diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/mathomatic |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/mathomatic')
3 files changed, 27 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/mathomatic/mathomatic.inc b/org.handhelds.familiar/packages/mathomatic/mathomatic.inc new file mode 100644 index 0000000..a39af7f --- /dev/null +++ b/org.handhelds.familiar/packages/mathomatic/mathomatic.inc @@ -0,0 +1,20 @@ +DESCRIPTION = "A small, portable, general purpose CAS (Computer Algebra System)." +HOMEPAGE = "http://mathomatic.orgserve.de/math/" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPL" +MAINTAINER = "S.G.Pickering@bath.ac.uk" +DEPENDS = "readline" + +inherit autotools + +EXTRA_OEMAKE = "READLINE=1" + +do_install () { + oe_runmake prefix="${D}${prefix}" \ + bindir="${D}${bindir}" \ + libdir="${D}${libdir}" \ + includedir="${D}${includedir}" \ + docdir="${D}${docdir}/${PN}" \ + install +} diff --git a/org.handhelds.familiar/packages/mathomatic/mathomatic_12.4.2.bb b/org.handhelds.familiar/packages/mathomatic/mathomatic_12.4.2.bb new file mode 100644 index 0000000..c5c700c --- /dev/null +++ b/org.handhelds.familiar/packages/mathomatic/mathomatic_12.4.2.bb @@ -0,0 +1,3 @@ +include mathomatic.inc + +SRC_URI = "http://www.panix.com/~gesslein/mathomatic-${PV}.tgz" diff --git a/org.handhelds.familiar/packages/mathomatic/mathomatic_unstable.bb b/org.handhelds.familiar/packages/mathomatic/mathomatic_unstable.bb new file mode 100644 index 0000000..544e0ef --- /dev/null +++ b/org.handhelds.familiar/packages/mathomatic/mathomatic_unstable.bb @@ -0,0 +1,4 @@ +include mathomatic.inc + +SRC_URI = "http://www.panix.com/~gesslein/am.tgz" +S = "${WORKDIR}/mathomatic-12.4.2" |