add sliderulez, an advanced RPN pocket calculator for Opie
authorMichael Lauer <mickey@vanille-media.de>
Mon, 24 Apr 2006 22:35:18 +0000 (22:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 24 Apr 2006 22:35:18 +0000 (22:35 +0000)
packages/meta/task-qpe.bb
packages/sliderulez/.mtn2git_empty [new file with mode: 0644]
packages/sliderulez/sliderulez_0.92.bb [new file with mode: 0644]

index d76c2d6..5c27d9e 100644 (file)
@@ -1,9 +1,9 @@
-DESCRIPTION = "Tasks for QPE stuff"
+DESCRIPTION = "Tasks for programs running on Qt/Embedded based Palmtop Environents like Opie and Qtopia."
 SECTION = "opie/base"
 ALLOW_EMPTY = 1
 PACKAGE_ARCH = "all"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 PACKAGES = "task-qpe-applets task-qpe-games task-qpe-inputmethods \
        task-qpe-multimedia task-qpe-emulators task-qpe-applications \
@@ -39,6 +39,7 @@ RDEPENDS_task-qpe-applications = "\
     qplot \
     resistorui \
     shopper \
+    sliderulez \
     timesleuth \
     txdrug \
     tximage \
diff --git a/packages/sliderulez/.mtn2git_empty b/packages/sliderulez/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/sliderulez/sliderulez_0.92.bb b/packages/sliderulez/sliderulez_0.92.bb
new file mode 100644 (file)
index 0000000..e9bb9e0
--- /dev/null
@@ -0,0 +1,26 @@
+DESCRIPTION = "Sliderulez is an advanced RPN pocket calculator."
+HOMEPAGE = "http://www.gelhaus.net/cgi-bin/showpage.py?zaurus/+sliderulez.html"
+AUTHOR = "Matthew Gelhaus"
+SECTION = "opie/applications"
+LICENSE = "GPL"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+PR = "r0"
+
+APPTYPE = "binary"
+APPDESKTOP = "pkg/opt/QtPalmtop/apps/Applications"
+
+SRC_URI = "http://www.gelhaus.net/zaurus/sliderulez-${PV}.tar.gz"
+
+inherit opie
+
+EXTRA_QMAKEVARS_POST += "TARGET=sliderulez"
+
+do_configure_prepend() {
+       rm -rf "*.o Makefile"
+}
+
+
+do_install() {
+       install -d ${D}${palmtopdir}/pics
+       install -m 0644 pkg/opt/QtPalmtop/pics/SlideRuleZ.png ${D}${palmtopdir}/pics/
+}