blob: 5f4b38a7c892f5cbae49542c1dc9c11b4f845728 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "Matchbox window manager Sato theme"
LICENSE = "GPL"
DEPENDS = "matchbox-wm"
SECTION = "x11/wm"
DEFAULT_PREFERENCE = "-1"
PV = "0.1+svnr${SRCPV}"
PR = "r0"
PACKAGE_ARCH = "all"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
S = "${WORKDIR}/matchbox-sato"
inherit autotools pkgconfig
FILES_${PN} = "${datadir}/themes/Sato"
|