add FILES
authorPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 12:48:46 +0000 (12:48 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 12:48:46 +0000 (12:48 +0000)
BKrev: 40e6ab2ezDlh7XAfxP4Ncz8Hw5YCjg

gpe-bootsplash/gpe-bootsplash_1.9.oe

index e69de29..f5c33de 100644 (file)
@@ -0,0 +1,17 @@
+inherit gpe
+
+DEPENDS = "gtk+ librsvg"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+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
+}
+