aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-themes/gpe-theme-e17_0.1.bb
blob: a6d36a5ac0541b4d2b2ab441f643aaa47dd74591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION =	"GTK+ enlightenment theme adjusted for GPE"
LICENSE = 	"MIT + GPL"
PR =		"r0"

#it doesn't really depends on it, but it's nice to make OE build it
RDEPENDS =		"gtk+"

FILES_${PN} =		"${datadir}/themes/"
SRC_URI =		"http://linuxtogo.org/~koen/gpe/themes/${P}.tar.gz"

do_install() {
install -d ${D}${datadir}/themes/
cp -R ${WORKDIR}/usr/share/themes/e17-bling/  ${D}${datadir}/themes/
}