diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-16 12:47:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-16 12:47:37 +0000 |
commit | ff0e96f5fcf79ff378715ad1a45b9b887bfbc3fc (patch) | |
tree | a26bad1448e0e19a5d157c18739586781b174b1e /packages/slcalc/slcalc_1.2.1.bb | |
parent | 0b790535ada1147e46c760b2a0b478663af4ad62 (diff) |
slcalc: added 1.2.1 from .oz354x (not tested in .dev)
applied changes from 91b67742c7a9c7d3c69213e62305170eccc55d41
through 1301873966ccd7d2f8af919ee6f5fe194cd0162a
Diffstat (limited to 'packages/slcalc/slcalc_1.2.1.bb')
-rw-r--r-- | packages/slcalc/slcalc_1.2.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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/ +} |