From: Richard Purdie Date: Tue, 30 May 2006 18:01:51 +0000 (+0000) Subject: Add matchbox-applet-volume 0.1 X-Git-Tag: 2011-1~12942 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9681ef6bbc77c343ae5502f612f6daeaed4fc0cc;p=openembedded-core.git Add matchbox-applet-volume 0.1 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@453 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/openembedded/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb b/openembedded/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb new file mode 100644 index 0000000000..61b4756059 --- /dev/null +++ b/openembedded/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb @@ -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" +