libgisi: bump SRCREV
[openembedded.git] / recipes / qpe-games / aliens-qt_1.0.0.bb
blob9555fa77e1750100cc4268e41db2dff669ea10b0
1 DESCRIPTION = "Alien ShootOut"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 AUTHOR = "Bill Kendrick"
6 HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Aliens.html"
9 SRC_URI = "http://handhelds.org/~zecke/oe_packages/aliens_V1.0.0.tar.gz \
10 file://Makefile.patch \
11 file://aliens.patch"
13 PV = "1.0.0"
14 S = "${WORKDIR}/aliens_V${PV}"
16 APPNAME = "aliens"
17 APPTYPE = "binary"
18 APPDESKTOP = "${S}"
20 do_compile_prepend () {
21 oe_runmake -C images
24 do_install () {
25 install -d ${D}${palmtopdir}/pics/${APPNAME}/
26 install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
30 inherit opie
33 SRC_URI[md5sum] = "9d7cde75aecf4b85478c0e47343d4293"
34 SRC_URI[sha256sum] = "0aa0084a74f912f4002f1c40a815ce62ac13331ec84787a954d8bea06e1c96c5"