aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-go/opie-go.inc
blob: 43f566aa654c3498fdddb36906fcd951842282b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "The game of Go"
SECTION = "opie/games"
PRIORITY = "optional"
LICENSE = "GPL"
APPNAME = "go"


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

inherit opie

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