]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/matchbox-panel/matchbox-panel_0.8.1.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_0.8.1.bb
1 SECTION = "x11/utils"
2 PR = "r4"
3 DESCRIPTION = "Matchbox panel"
4 LICENSE = "GPL"
5 DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel"
6
7 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \
8         file://automake-lossage.patch;patch=1 \
9         file://more-automake-lossage.patch;patch=1 \
10         file://make-batteryapp-less-strict.patch;patch=1"
11 S = "${WORKDIR}/matchbox-panel-${PV}"
12
13 inherit autotools pkgconfig gettext
14
15 EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons"
16
17 FILES_${PN} = "${bindir} \
18                ${datadir}/applications \
19                ${datadir}/pixmaps"