base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / aliens / aliens_1.0.0.bb
blobca6e1bba4e1e7a32a3aed5ba8b1eb40cf8d0fb37
1 DESCRIPTION = "Classic Arcade Shooter for Qt/Embedded based palmtop environments"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 APPNAME = "aliens.sdl"
6 APPTYPE = "binary"
7 PR = "r4"
9 SRC_URI = "ftp://ftp.billsgames.com/unix/agenda/aliens/src/aliens_V${PV}.tar.gz"
10 S = "${WORKDIR}/aliens_V${PV}"
12 inherit opie
14 do_compile_prepend() {
15 cd images && make && cd ..
18 do_install() {
19 install -d ${D}${palmtopdir}/pics
20 install -m 0644 aliens.png ${D}${palmtopdir}/pics/aliens.png
23 SRC_URI[md5sum] = "9d7cde75aecf4b85478c0e47343d4293"
24 SRC_URI[sha256sum] = "0aa0084a74f912f4002f1c40a815ce62ac13331ec84787a954d8bea06e1c96c5"