]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add matchbox-applet-volume 0.1
authorRichard Purdie <richard@openedhand.com>
Tue, 30 May 2006 18:01:51 +0000 (18:01 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 30 May 2006 18:01:51 +0000 (18:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@453 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb [new file with mode: 0644]

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 (file)
index 0000000..61b4756
--- /dev/null
@@ -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"