* sample: http://linuxtogo.org/~koen/screenshots/netbook-pro2.png
--- /dev/null
+DESCRIPTION = "GTK+ enlightenment theme adjusted for GPE"
+MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
+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/
+}
+
+