blob: 8dada8b6a732ec2c17410cfbc3d3940fb3e35f43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Puzzle Game for Opie/Qtopia"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RDEPENDS = "libqpe1"
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/opt/QtPalmtop/bin/zmerlin
install -d ${D}/opt/QtPalmtop
cp -a ipk/opt/* ${D}/opt
}
|