aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mathomatic/mathomatic.inc
blob: a39af7fe2c242628884baf747f82831f5be1327b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}