mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@268 311d38ba-8fff-0310-9ca6-ca027cbcb966
32 lines
842 B
BlitzBasic
32 lines
842 B
BlitzBasic
DESCRIPTION = "Matchbox Window Manager Desktop"
|
|
LICENSE = "GPL"
|
|
DEPENDS = "libmatchbox startup-notification"
|
|
SECTION = "x11/wm"
|
|
PV = "0.9.1+svn${SRCDATE}"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
|
|
|
EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
|
|
|
|
S = ${WORKDIR}/${PN}
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
FILES_${PN} = "${bindir} \
|
|
${datadir}/applications \
|
|
${libdir}/matchbox/desktop/*.so \
|
|
${datadir}/matchbox-desktop \
|
|
${datadir}/pixmaps \
|
|
${sysconfdir}/matchbox"
|
|
|
|
FILES_${PN}-dev = "${libdir}/matchbox-desktop \
|
|
${includedir}/matchbox-desktop \
|
|
${datadir}/matchbox/desktop/modules/*a"
|
|
|
|
do_stage() {
|
|
install -d ${STAGING_INCDIR}/matchbox-desktop/
|
|
install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/matchbox-desktop/
|
|
}
|
|
|