]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/matchbox-desktop/matchbox-desktop_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-desktop / matchbox-desktop_0.8.1.bb
1 DESCRIPTION = "Matchbox Window Manager Desktop"
2 LICENSE = "GPL"
3 DEPENDS = "libmatchbox startup-notification"
4 SECTION = "x11/wm"
5
6 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-desktop/0.8/matchbox-desktop-${PV}.tar.bz2 \
7            file://enable-file-manager.patch;patch=1"
8
9 EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
10
11 inherit autotools pkgconfig
12
13 FILES_${PN} = "${bindir} \
14                ${datadir}/applications \
15                ${libdir}/matchbox/desktop/*.so \
16                ${datadir}/matchbox-desktop \
17                ${datadir}/pixmaps \
18                ${sysconfdir}/matchbox"
19
20 FILES_${PN}-dev = "${libdir}/matchbox-desktop \
21                    ${includedir}/matchbox-desktop \
22                    ${datadir}/matchbox/desktop/modules/*a"