aboutsummaryrefslogtreecommitdiffstats
path: root/knights
diff options
context:
space:
mode:
Diffstat (limited to 'knights')
-rw-r--r--knights/knights_1.14.oe29
1 files changed, 29 insertions, 0 deletions
diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe
index e69de29bb2..db16d467b6 100644
--- a/knights/knights_1.14.oe
+++ b/knights/knights_1.14.oe
@@ -0,0 +1,29 @@
+DESCRIPTION="Chess Game for Opie/Qtopia using the Phalanx engine"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+LICENSE="GPL"
+RDEPENDS="libqpe1"
+DEPENDS="virtual/libc phalanx"
+
+SRC_URI = http://www.houseoffish.org/${PN}/downloads/${PN}.tar.gz \
+ file://${FILESDIR}/libqpe-opie.patch;patch=1 \
+ file://${FILESDIR}/gcc3.patch;patch=1
+
+S = "${WORKDIR}/${PN}"
+
+inherit palmtop
+
+QMAKE_PROFILES = "knights.pro"
+
+do_configure_prepend() {
+ echo -e "TEMPLATE=subdirs\nSUBDIRS=qtcompat microkde knights\n" >knights.pro
+}
+
+do_install() {
+ install -d ${D}/opt/QtPalmtop/{bin,apps/Games,pics}
+ install -D -m 755 knights/knights ${D}/opt/QtPalmtop/bin/knights
+ install -D -m 644 knights.desktop ${D}/opt/QtPalmtop/apps/Games/knights.desktop
+ install -d ${D}/opt/QtPalmtop/pics
+ cp -a pics/knights ${D}/opt/QtPalmtop/pics/
+}