diff options
| -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 @@ | |||
| 1 | DESCRIPTION = "Matchbox Volume Applet" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | DEPENDS = "matchbox-wm libmatchbox" | ||
| 4 | SECTION = "x11/wm" | ||
| 5 | |||
| 6 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-volume/${PV}/mb-applet-volume-${PV}.tar.gz" | ||
| 7 | S = "${WORKDIR}/mb-applet-volume-${PV}" | ||
| 8 | |||
| 9 | inherit autotools pkgconfig | ||
| 10 | |||
| 11 | FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps" | ||
| 12 | |||
