blob: fc51b48ac9b37d9defaf5d843afe94fefdb329d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Puzzle Game for Qt/Embedded based palmtop environments."
SECTION = "opie/games"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
PR = "r1"
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 -pPR ipk/opt/* ${D}/opt
}
|