blob: 6c684d8cdbfb840ed80a0732f039ec7bc7ece01f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Matchbox GTK+ theme configuration application."
HOMEPAGE = "http://matchbox-project.org"
BUGTRACKER = "http://bugzilla.openedhand.com/"
LICENSE = "GPLv2+"
DEPENDS = "gconf gtk+"
RDEPENDS = "settings-daemon"
PV = "0.0+svnr${SRCREV}"
S = "${WORKDIR}/${PN}"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://no-handed.patch;patch=1;pnum=0"
inherit autotools pkgconfig
|