aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/screenshot/screenshot_svn.bb
blob: a6d3911403b51276b136e41abed2df54ad1ec601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"