diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 12:48:46 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 12:48:46 +0000 |
commit | e5654114e506450053a786e66d472562bf40372c (patch) | |
tree | 00c615d33df4d481e0f4142162f2032dafbd2c7b /gpe-bootsplash | |
parent | 1c9e7a608a8f81dbaa4ac9cf1cc601e0d8dc228d (diff) |
add FILES
BKrev: 40e6ab2ezDlh7XAfxP4Ncz8Hw5YCjg
Diffstat (limited to 'gpe-bootsplash')
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash_1.9.oe | 17 |
1 files changed, 17 insertions, 0 deletions
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 <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 +} + |