slcalc: added 1.2.1 from .oz354x (not tested in .dev)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 16 Aug 2006 12:47:37 +0000 (12:47 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 16 Aug 2006 12:47:37 +0000 (12:47 +0000)
applied changes from 91b67742c7a9c7d3c69213e62305170eccc55d41
             through 1301873966ccd7d2f8af919ee6f5fe194cd0162a

packages/slcalc/.mtn2git_empty [new file with mode: 0644]
packages/slcalc/slcalc_1.2.1.bb [new file with mode: 0644]

diff --git a/packages/slcalc/.mtn2git_empty b/packages/slcalc/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/slcalc/slcalc_1.2.1.bb b/packages/slcalc/slcalc_1.2.1.bb
new file mode 100644 (file)
index 0000000..fa5720e
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "Scientific calculator with user definable constants and functions."
+HOMEPAGE = "http://homepage3.nifty.com/cam/slcalc.htm"
+SECTION = "opie/applications"
+LICENSE = "GPL"
+
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+SRC_URI = "http://homepage3.nifty.com/cam/slcalc_1.2.1_arm.tar.gz"
+
+inherit opie
+
+S = "${WORKDIR}/slcalc_source"
+
+do_install() {
+       install -d ${D}${palmtopdir}/pics
+       install -m 0644 slcalc2.png ${D}${palmtopdir}/pics/
+}