aboutsummaryrefslogtreecommitdiffstats
path: root/zmerlin/zmerlin_0.9.1.oe
blob: f7f91285bd94d45b04159fca1dc2a8d2e360bd06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Puzzle Game for Qt/Embedded based palmtop environments."
SECTION = "opie/games"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"

SRC_URI = "http://user.cs.tu-berlin.de/~karlb/zmerlin/zmerlin.tar.gz"
S = "${WORKDIR}/zmerlin"

inherit palmtop

do_install() {
        install -m 0755 zmerlin ${S}/ipk${palmtopdir}/bin/zmerlin
	install -d ${D}${palmtopdir}/
        cp -a ipk/opt/* ${D}/opt
}