aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-applet-volume/matchbox-applet-volume_0.1.bb
blob: 1f09c3e7dc2c9bce811c6e26252e9c40ab3728e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"