Add matchbox-applet-volume 0.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@453 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-05-30 18:01:51 +00:00
parent b200c92f15
commit 9681ef6bbc

View File

@@ -0,0 +1,12 @@
DESCRIPTION = "Matchbox Volume Applet"
LICENSE = "GPL"
DEPENDS = "matchbox-wm libmatchbox"
SECTION = "x11/wm"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-volume/${PV}/mb-applet-volume-${PV}.tar.gz"
S = "${WORKDIR}/mb-applet-volume-${PV}"
inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps"