e60f607cfa0c0ccccf8ff7b11c6c440aa222ddbf
[vuplus_openembedded] / zmerlin / zmerlin_0.9.1.oe
1 DESCRIPTION = "Puzzle Game for Opie/Qtopia"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 RDEPENDS = "libqpe1"
7 DEPENDS = "virtual/libc virtual/libqpe"
8
9 SRC_URI = "http://user.cs.tu-berlin.de/~karlb/zmerlin/zmerlin.tar.gz"
10 S = "${WORKDIR}/zmerlin"
11
12 inherit palmtop
13
14 do_install() {
15         install -m 0755 zmerlin ${S}/ipk${palmtopdir}bin/zmerlin
16         install -d ${D}${palmtopdir}
17         cp -a ipk/opt/* ${D}/opt
18 }
19