]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/matchbox-common/matchbox-common_0.8.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / matchbox-common / matchbox-common_0.8.bb
1 SECTION = "x11/wm"
2 DESCRIPTION = "Matchbox window manager common files"
3 LICENSE = "GPL"
4 DEPENDS = "libmatchbox"
5
6 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2"
7 S = "${WORKDIR}/matchbox-common-${PV}"
8
9 inherit autotools  pkgconfig
10
11 EXTRA_OECONF = "--enable-pda-folders"
12
13 FILES_${PN} = "${bindir} \
14                ${datadir}/matchbox/vfolders \
15                ${datadir}/pixmaps"