blob: f779ae3edcdc247ab760f9d6afd4192084fe8981 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Matchbox panel manager"
LICENSE = "GPL"
DEPENDS = "virtual/libc gtk+"
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"
|