]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mathomatic/mathomatic.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mathomatic / mathomatic.inc
1 DESCRIPTION = "A small, portable, general purpose CAS (Computer Algebra System)."
2 HOMEPAGE = "http://mathomatic.orgserve.de/math/"
3 SECTION = "console/utils"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 MAINTAINER = "S.G.Pickering@bath.ac.uk"
7 DEPENDS = "readline"
8
9 inherit autotools
10
11 EXTRA_OEMAKE = "READLINE=1"
12
13 do_install () {
14         oe_runmake prefix="${D}${prefix}" \
15                 bindir="${D}${bindir}" \
16                 libdir="${D}${libdir}" \
17                 includedir="${D}${includedir}" \
18                 docdir="${D}${docdir}/${PN}" \
19                 install
20 }