diff --git a/meta/packages/screenshot/screenshot_svn.bb b/meta/packages/screenshot/screenshot_svn.bb new file mode 100644 index 0000000000..a6d3911403 --- /dev/null +++ b/meta/packages/screenshot/screenshot_svn.bb @@ -0,0 +1,14 @@ +LICENSE = "GPLv2" +PRIORITY = "optional" +MAINTAINER = "Ross Burton +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"