mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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:
14
meta/packages/screenshot/screenshot_svn.bb
Normal file
14
meta/packages/screenshot/screenshot_svn.bb
Normal 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"
|
||||
Reference in New Issue
Block a user