]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-themes/gpe-theme-industrial_0.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-themes / gpe-theme-industrial_0.1.bb
1 DESCRIPTION =   "GTK+ industrial theme adjusted for GPE"
2 MAINTAINER =    "Koen Kooi <koen@handhelds.org>"
3 PR=             "r0"
4
5 #it doesn't really depends on it, but it's nice to make OE build it
6 DEPENDS =               "gtk-engines"
7 RDEPENDS =              "gtk-engine-industrial"
8
9 FILES_${PN} =   "${datadir}/themes/"
10 SRC_URI =               "http://dominion.kabel.utwente.nl/koen/pda/files/${P}.tar.gz"
11
12 do_install() {
13 install -d ${D}${datadir}/themes/
14 cp -R ${WORKDIR}/Industrial ${D}${datadir}/themes/ 
15 }
16
17