]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-sfcave/opie-sfcave.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-sfcave / opie-sfcave.inc
1 DESCRIPTION = "SFCave for the Zaurus. Fly the dot though the cave avoiding the walls."
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 APPNAME = "sfcave"
7
8
9 S = "${WORKDIR}/${APPNAME}"
10
11 inherit opie
12
13 # FILES bin/sfcave apps/Games/sfcave.desktop pics/sfcave
14 do_install() {
15         install -d ${D}${palmtopdir}/pics/${APPNAME}/
16         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
17 }
18