maxima: update to 5.43.2
This commit is contained in:
parent
0995dc023b
commit
3ebb28727d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'maxima'
|
||||
pkgname=maxima
|
||||
version=5.43.1
|
||||
version=5.43.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Bosco Garcia <jboscogg@gmail.org>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://maxima.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
||||
checksum=4ac6157fd9d8cb14d5fd1c6fb523ecce208fc184b46005b27f9babc097740738
|
||||
checksum=ea78ec8c674c9293621ab8af6e44fbc3d869d63ae594c105abdffedef2fb77bb
|
||||
|
||||
nopie=yes
|
||||
build_options="clisp sbcl"
|
||||
|
@ -21,9 +21,9 @@ desc_option_sbcl="Build with SBCL"
|
|||
build_options_default="clisp"
|
||||
vopt_conflict clisp sbcl
|
||||
|
||||
post_configure() {
|
||||
touch doc/info/maxima.info
|
||||
sed -i 's/(sb-ext:save-lisp-and-die "\$@")/(sb-ext:save-lisp-and-die "$@" :compression 9)/' src/Makefile
|
||||
|
||||
post_build() {
|
||||
echo > interfaces/emacs/imaxima/imaxima.info
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue