cornucopia: bump SRCREV
[openembedded.git] / recipes / qpe-games / fish_1.1.0.bb
blob2959cb29c1f6b9cf6d1a76855b1be9fb698ea6a4
1 DESCRIPTION = "Fish Amusement"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 AUTHOR = "Robert Ernst"
6 HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Fish.html"
10 SRC_URI = "http://handhelds.org/~zecke/oe_packages/fish_V1.1.0.tar.gz \
11 file://Makefile.patch \
12 file://fish.patch"
14 PV = "1.1.0"
15 S = "${WORKDIR}/fish_V${PV}"
17 APPNAME = "fish"
18 APPTYPE = "binary"
19 APPDESKTOP = "${S}"
22 do_compile_prepend() {
23 oe_runmake -C images
26 do_install () {
27 install -d ${D}${palmtopdir}/pics/${APPNAME}/
28 install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
32 inherit opie
34 SRC_URI[md5sum] = "78770f1abce09fbbaa0a46ce8ccc607f"
35 SRC_URI[sha256sum] = "9d13db38c065d70f48ce70580c7d8cd940d923192c04bc3cb356cc98879b5788"