Files
poky/openembedded/packages/matchbox-panel-manager/matchbox-panel-manager_0.1.bb
Richard Purdie ae628e5649 Add missing matchbox packages
git-svn-id: https://svn.o-hand.com/repos/poky@48 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-09-28 17:22:42 +00:00

13 lines
309 B
BlitzBasic

DESCRIPTION = "Matchbox Panel Manager"
LICENSE = "GPL"
DEPENDS = "gtk+"
SECTION = "x11/wm"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps"