summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-30 18:01:51 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-30 18:01:51 +0000
commit9681ef6bbc77c343ae5502f612f6daeaed4fc0cc (patch)
tree22579dacbdac3f058338486702bd94d9ddf15a7e
parentb200c92f151d127c9f8906f9ff6c7078304822ae (diff)
downloadopenembedded-core-9681ef6bbc77c343ae5502f612f6daeaed4fc0cc.tar.gz
openembedded-core-9681ef6bbc77c343ae5502f612f6daeaed4fc0cc.tar.bz2
openembedded-core-9681ef6bbc77c343ae5502f612f6daeaed4fc0cc.tar.xz
openembedded-core-9681ef6bbc77c343ae5502f612f6daeaed4fc0cc.zip
Add matchbox-applet-volume 0.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@453 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb12
1 files changed, 12 insertions, 0 deletions
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 000000000..61b475605
--- /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"
+