ship a more recent unit definition for zuc
authorMichael Lauer <mickey@vanille-media.de>
Mon, 13 Dec 2004 22:50:35 +0000 (22:50 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 13 Dec 2004 22:50:35 +0000 (22:50 +0000)
BKrev: 41be1cbbJTK8voJN4yOLQBL7PxJm3w

packages/zuc/zuc_1.1.2ern.bb

index e69de29..f69861a 100644 (file)
@@ -0,0 +1,29 @@
+DESCRIPTION = "A Unit Conversion Tool"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+APPTYPE = "binary"
+APPNAME = "zuc"
+APPDESKTOP = "${S}"
+PR = "r1"
+
+SRC_URI = "http://www.linux-solutions.at/projects/zaurus/source/zuc_V${PV}.tar.gz \
+           http://nick.kreucher.net/zuc/zuc_units"
+S = "${WORKDIR}/zuc_V${PV}"
+
+inherit opie
+
+export OE_QMAKE_LINK="${CXX}"
+
+do_configure_append() {
+       echo "#define VERSION \""${PV}"\"" > version.h
+       echo "#define BUILDTIME \""`date +%Y%m%d%H%M`"\"" >> version.h
+}
+
+do_install() {
+       install -d ${D}/${palmtopdir}/pics/
+        install -m 0644 *.png ${D}/${palmtopdir}/pics/
+       install -d ${D}/${palmtopdir}/etc/
+       install -m 0644 ${WORKDIR}/nick.kreucher.net/zuc_units ${D}/${palmtopdir}/etc/
+}