generic-poky/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb

21 lines
534 B
BlitzBasic

DESCRIPTION = "Matchbox Window Manager Panel"
LICENSE = "GPL"
DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel"
SECTION = "x11/wm"
PV = "0.9.2+cvs-${CVSDATE}"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
S = ${WORKDIR}/${PN}
inherit autotools pkgconfig gettext
EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
CFLAGS += " -D_GNU_SOURCE"
FILES_${PN} = "${bindir} \
${datadir}/applications \
${datadir}/pixmaps"