diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-30 18:01:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-30 18:01:51 +0000 |
commit | 9681ef6bbc77c343ae5502f612f6daeaed4fc0cc (patch) | |
tree | 22579dacbdac3f058338486702bd94d9ddf15a7e /openembedded/packages | |
parent | b200c92f151d127c9f8906f9ff6c7078304822ae (diff) | |
download | openembedded-core-9681ef6bbc77c343ae5502f612f6daeaed4fc0cc.tar.gz openembedded-core-9681ef6bbc77c343ae5502f612f6daeaed4fc0cc.tar.bz2 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
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb | 12 |
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 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" + |