poky/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
Marcin Juszkiewicz 44660d75b0 matchbox-panel-2: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2429 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-09 11:12:26 +00:00

26 lines
664 B
BlitzBasic

LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "gtk+ startup-notification apmd"
PV = "0.0+svnr${SRCREV}"
RPROVIDES = "matchbox-panel"
RREPLACES = "matchbox-panel"
RCONFLICTS = "matchbox-panel"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
S = "${WORKDIR}/${PN}"
FILES_${PN} += "${libdir}/matchbox-panel/*.so \
${datadir}/matchbox-panel/battery/*.png \
${datadir}/matchbox-panel/startup/*.png "
FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
inherit autotools pkgconfig
do_stage() {
autotools_stage_includes
}