summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
blob: 82dc31c4592426e6f78fbc84b62c8bc6f15433ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LICENSE = "GPLv2"
PRIORITY = "optional"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
PV = "0.0+svn${SRCDATE}"
DEPENDS = "gtk+ startup-notification apmd"

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"
FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \
		   ${libdir}/matchbox-panel/*.a"

inherit autotools pkgconfig