First pass of .oe cleanups.
[openembedded.git] / ztappy / ztappy_0.9.1.oe
index e69de29..d59ac7d 100644 (file)
@@ -0,0 +1,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/${PN}/${PN}.tar.gz
+S = "${WORKDIR}/${PN}"
+
+inherit palmtop
+
+do_install() {
+        install -m 0755 ${PN} ${S}/ipk/opt/QtPalmtop/bin/${PN}
+       install -d ${D}/opt/QtPalmtop
+        cp -a ipk/opt/* ${D}/opt
+}
+