From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/mathomatic/mathomatic.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'packages/mathomatic/mathomatic.inc') 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 +} -- cgit v1.2.3