generic-poky/meta/packages/screenshot/screenshot_svn.bb
Marcin Juszkiewicz 5a1136d693 screenshot: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2448 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-09 12:17:11 +00:00

14 lines
321 B
BlitzBasic

LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "matchbox-panel-2"
PV = "0.0+svnr${SRCREV}"
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"