[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / 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 DEPENDS = "readline"
7
8 inherit autotools
9
10 EXTRA_OEMAKE = "READLINE=1"
11
12 do_install () {
13         oe_runmake prefix="${D}${prefix}" \
14                 bindir="${D}${bindir}" \
15                 libdir="${D}${libdir}" \
16                 includedir="${D}${includedir}" \
17                 docdir="${D}${docdir}/${PN}" \
18                 install
19 }