From: Phil Blundell Date: Sat, 3 Jul 2004 12:48:46 +0000 (+0000) Subject: add FILES X-Git-Tag: Release-2010-05/1~18386 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5654114e506450053a786e66d472562bf40372c;p=openembedded.git add FILES BKrev: 40e6ab2ezDlh7XAfxP4Ncz8Hw5YCjg --- diff --git a/gpe-bootsplash/gpe-bootsplash_1.9.oe b/gpe-bootsplash/gpe-bootsplash_1.9.oe index e69de29bb2..f5c33de085 100644 --- a/gpe-bootsplash/gpe-bootsplash_1.9.oe +++ b/gpe-bootsplash/gpe-bootsplash_1.9.oe @@ -0,0 +1,17 @@ +inherit gpe + +DEPENDS = "gtk+ librsvg" +MAINTAINER = "Phil Blundell " +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://splash-p.svg file://splash-l.svg" + +FILES_${PN} += "${datadir}/gpe" + +do_install_append() { + install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg + install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg +} +