blob: ce057c0e2093d003af88a0eb05e24c56c0b2e5f3 (
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"
FILE_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"
|