aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-themes/gpe-theme-e17_0.1.bb
blob: b509e3d4ecafb587f76b3fb330667174128f9c2e (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/ 
}