blob: d84bf6686d4a013f507c803d38625d9f9f3b5df6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPLv2"
PRIORITY = "optional"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
PV = "0.0+svn${SRCDATE}"
DEPENDS = "libmatchbox gtk+"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=mb-applet-light;proto=http"
S = ${WORKDIR}/mb-applet-light
inherit autotools pkgconfig
|