blob: ec11e45ad78ad3ef430bf5a187e354588e69e3d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Matchbox gtk theme configuration application."
LICENSE = "GPL"
DEPENDS = "gconf libglade gtk+"
RDEPENDS = "settings-daemon"
PV = "0.0+svn${SRCDATE}"
S = "${WORKDIR}/${PN}"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
inherit autotools pkgconfig
|