]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add package for screenshot
authorRoss Burton <ross@openedhand.com>
Wed, 24 Jan 2007 10:44:02 +0000 (10:44 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 24 Jan 2007 10:44:02 +0000 (10:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1199 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/screenshot/screenshot_svn.bb [new file with mode: 0644]

diff --git a/meta/packages/screenshot/screenshot_svn.bb b/meta/packages/screenshot/screenshot_svn.bb
new file mode 100644 (file)
index 0000000..a6d3911
--- /dev/null
@@ -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"