From: Marcin Juszkiewicz Date: Wed, 16 Aug 2006 12:47:37 +0000 (+0000) Subject: slcalc: added 1.2.1 from .oz354x (not tested in .dev) X-Git-Tag: Release-2010-05/1~9453^2~946 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0e96f5fcf79ff378715ad1a45b9b887bfbc3fc;p=openembedded.git slcalc: added 1.2.1 from .oz354x (not tested in .dev) applied changes from 91b67742c7a9c7d3c69213e62305170eccc55d41 through 1301873966ccd7d2f8af919ee6f5fe194cd0162a --- diff --git a/packages/slcalc/.mtn2git_empty b/packages/slcalc/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/slcalc/slcalc_1.2.1.bb b/packages/slcalc/slcalc_1.2.1.bb new file mode 100644 index 0000000000..fa5720e0ce --- /dev/null +++ b/packages/slcalc/slcalc_1.2.1.bb @@ -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/ +}