aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-sfcave/opie-sfcave.inc
blob: bb39fa77621d2e8f21370657e1b9e1ae03e2db91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "SFCave for the Zaurus. Fly the dot though the cave avoiding the walls."
SECTION = "opie/games"
PRIORITY = "optional"
LICENSE = "GPL"
APPNAME = "sfcave"


S = "${WORKDIR}/${APPNAME}"

inherit opie

# FILES bin/sfcave apps/Games/sfcave.desktop pics/sfcave
do_install() {
        install -d ${D}${palmtopdir}/pics/${APPNAME}/
        install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
}