blob: ed56e922860b8f03e669f3ac484da27f103768ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Matchbox Panel Manager"
LICENSE = "GPL"
DEPENDS = "gtk+"
SECTION = "x11/wm"
SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps"
|