summaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-panel-manager/matchbox-panel-manager_0.1.bb
blob: b10f6c34794e290a272bd3107f70a08c33e6995f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Matchbox Panel Manager"
LICENSE = "GPL"
DEPENDS = "gtk+"
SECTION = "x11/wm"

PR = "r1"

SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${PN}-${PV}"

inherit autotools pkgconfig

FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"