Add package for screenshot

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1199 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-01-24 10:44:02 +00:00
parent ff84689228
commit fca10ebe4a
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
LICENSE = "GPLv2"
PRIORITY = "optional"
MAINTAINER = "Ross Burton <ross@openedhand.com>
PV = "0.0+svn${SRCDATE}"
DEPENDS = "gtk+ matchbox-panel-2"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
S = ${WORKDIR}/${PN}
inherit autotools pkgconfig
FILES_${PN} += "${libdir}/matchbox-panel/*.so"
FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"