diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-24 10:44:02 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-24 10:44:02 +0000 |
commit | fca10ebe4a7198ed201f9e06285eae99a3e9c651 (patch) | |
tree | fbc4819ad22139feae08b4181d13a2bf52e149b6 /meta | |
parent | ff84689228650ae97ee19e9497252df470a377ec (diff) | |
download | poky-fca10ebe4a7198ed201f9e06285eae99a3e9c651.tar.gz |
Add package for screenshot
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1199 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/screenshot/screenshot_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | PRIORITY = "optional" | ||
3 | MAINTAINER = "Ross Burton <ross@openedhand.com> | ||
4 | PV = "0.0+svn${SRCDATE}" | ||
5 | DEPENDS = "gtk+ matchbox-panel-2" | ||
6 | |||
7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | ||
8 | |||
9 | S = ${WORKDIR}/${PN} | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | FILES_${PN} += "${libdir}/matchbox-panel/*.so" | ||
14 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | ||