maxima: update to 5.37.2.
This commit is contained in:
parent
b0617b331e
commit
75ae4f3541
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'maxima'
|
# Template file for 'maxima'
|
||||||
pkgname=maxima
|
pkgname=maxima
|
||||||
version=5.37.1
|
version=5.37.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
||||||
|
@ -8,11 +8,11 @@ hostmakedepends="python perl emacs"
|
||||||
makedepends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl) readline-devel"
|
makedepends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl) readline-devel"
|
||||||
depends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
|
depends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
|
||||||
short_desc="Computer Algebra System"
|
short_desc="Computer Algebra System"
|
||||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://maxima.sourceforge.net/"
|
homepage="http://maxima.sourceforge.net/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
||||||
checksum=511477cbdf4645a6abd49596d59ed449ec8e012f90b59b1ddffc783c697bf744
|
checksum=b6bc38264405f092817f863d3a09e25027c0d3eb6c61e00db8c232ea2a41aa6b
|
||||||
|
|
||||||
build_options="clisp sbcl"
|
build_options="clisp sbcl"
|
||||||
desc_option_clisp="Build with CLISP"
|
desc_option_clisp="Build with CLISP"
|
||||||
|
@ -23,7 +23,6 @@ vopt_conflict clisp sbcl
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -i 's/(sb-ext:save-lisp-and-die "\$@")/(sb-ext:save-lisp-and-die "$@" :compression 9)/' src/Makefile
|
sed -i 's/(sb-ext:save-lisp-and-die "\$@")/(sb-ext:save-lisp-and-die "$@" :compression 9)/' src/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/doc
|
vmkdir usr/share/doc
|
||||||
ln -sf ../maxima/${version}/doc ${DESTDIR}/usr/share/doc/maxima
|
ln -sf ../maxima/${version}/doc ${DESTDIR}/usr/share/doc/maxima
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue