libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / 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 LICENSE = "GPL"
5 APPNAME = "sfcave"
6
7
8 S = "${WORKDIR}/${APPNAME}"
9
10 inherit opie
11
12 # FILES bin/sfcave apps/Games/sfcave.desktop pics/sfcave
13 do_install() {
14         install -d ${D}${palmtopdir}/pics/${APPNAME}/
15         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
16 }
17