]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/matchbox-panel/matchbox-panel_svn.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / matchbox-panel / matchbox-panel_svn.bb
1 DESCRIPTION = "Matchbox Window Manager Panel"
2 LICENSE = "GPL"
3 DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel"
4 SECTION = "x11/wm"
5 PV = "0.9cvs${CVSDATE}"
6 DEFAULT_PREFERENCE = "-1"
7
8 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
9
10 S = ${WORKDIR}/${PN}
11
12 inherit autotools pkgconfig gettext
13
14 EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons"
15 CFLAGS += " -D_GNU_SOURCE"
16
17 FILES_${PN} = "${bindir} \
18                ${datadir}/applications \
19                ${datadir}/pixmaps"
20