Add Matchbox Applet Volume
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 30 May 2006 22:58:14 +0000 (22:58 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 30 May 2006 22:58:14 +0000 (22:58 +0000)
packages/matchbox-applet-volume/.mtn2git_empty [new file with mode: 0644]
packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb [new file with mode: 0644]

diff --git a/packages/matchbox-applet-volume/.mtn2git_empty b/packages/matchbox-applet-volume/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb b/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"