maxima: update to 5.43.0
This commit is contained in:
parent
cab2b434ea
commit
a6ffc21c8d
1 changed files with 5 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'maxima'
|
# Template file for 'maxima'
|
||||||
pkgname=maxima
|
pkgname=maxima
|
||||||
version=5.42.2
|
version=5.43.0
|
||||||
revision=3
|
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)"
|
||||||
hostmakedepends="python perl emacs"
|
hostmakedepends="python perl emacs"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://maxima.sourceforge.net"
|
homepage="http://maxima.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
||||||
checksum=167e11d6513a65c829a35f24d4ba539bcd0a82fc3dc7a6721e4f9f118c67b64d
|
checksum=dcfda54511035276fd074ac736e97d41905171e43a5802bb820914c3c885ca77
|
||||||
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
build_options="clisp sbcl"
|
build_options="clisp sbcl"
|
||||||
|
@ -45,11 +45,8 @@ maxima-emacs_package() {
|
||||||
short_desc+=" - Emacs interface"
|
short_desc+=" - Emacs interface"
|
||||||
depends="${sourcepkg}-${version}_${revision} virtual?emacs"
|
depends="${sourcepkg}-${version}_${revision} virtual?emacs"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/maxima/${version}/emacs
|
vmove usr/share/emacs
|
||||||
vmkdir usr/share/emacs/site-lisp
|
}
|
||||||
ln -sf /usr/share/maxima/${version}/emacs \
|
|
||||||
${PKGDESTDIR}/usr/share/emacs/site-lisp/maxima
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
xmaxima_package() {
|
xmaxima_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue