aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mathomatic/mathomatic.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mathomatic/mathomatic.inc')
-rw-r--r--recipes/mathomatic/mathomatic.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/mathomatic/mathomatic.inc b/recipes/mathomatic/mathomatic.inc
new file mode 100644
index 0000000000..64fe0fe60d
--- /dev/null
+++ b/recipes/mathomatic/mathomatic.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "A small, portable, general purpose CAS (Computer Algebra System)."
+HOMEPAGE = "http://mathomatic.orgserve.de/math/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+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
+}