From e5654114e506450053a786e66d472562bf40372c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 3 Jul 2004 12:48:46 +0000 Subject: add FILES BKrev: 40e6ab2ezDlh7XAfxP4Ncz8Hw5YCjg --- gpe-bootsplash/gpe-bootsplash_1.9.oe | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gpe-bootsplash') 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 +} + -- cgit v1.2.3