opie: changed version to allow upgrade from 1.1.6
[openembedded.git] / opie-mindbreaker / opie-mindbreaker_cvs.oe
1 DESCRIPTION = "Game: crack the coloured code"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 PV = "1.1.6+cvs-${CVSDATE}"
7 APPNAME = "mindbreaker"
8
9 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/games/mindbreaker \
10            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
11            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
12
13 S = "${WORKDIR}/${APPNAME}"
14
15 inherit opie
16
17 # FILES plugins/application/libmindbreaker.so* bin/mindbreaker apps/Games/mindbreaker.desktop pics/mindbreaker
18 do_install() {
19         install -d ${D}${palmtopdir}/pics/${APPNAME}/
20         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
21 }
22