diff options
Diffstat (limited to 'packages/mathomatic/mathomatic.inc')
-rw-r--r-- | packages/mathomatic/mathomatic.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/mathomatic/mathomatic.inc b/packages/mathomatic/mathomatic.inc deleted file mode 100644 index 64fe0fe60d..0000000000 --- a/packages/mathomatic/mathomatic.inc +++ /dev/null @@ -1,19 +0,0 @@ -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 -} |