diff options
Diffstat (limited to 'packages/mathomatic/mathomatic.inc')
-rw-r--r-- | packages/mathomatic/mathomatic.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/mathomatic/mathomatic.inc b/packages/mathomatic/mathomatic.inc index e69de29bb2..a39af7fe2c 100644 --- a/packages/mathomatic/mathomatic.inc +++ b/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 +} |