blob: 7432183c76011c2a6a9fa467221ebce2b5028ee5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Puzzle Game for Opie/Qtopia"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libc virtual/libqpe"
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
}
|