blob: 2089d94816dfecffe17c5dd825e887c3c5c366b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SECTION = "x11"
DESCRIPTION = "Sato Icon Theme"
LICENSE = "LGPL"
DEPENDS = ""
PV = "0.0+svn${SRCDATE}"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http"
S = "${WORKDIR}/sato-icon-theme"
PACKAGES += "sato-icon-theme"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}"
|