maxima: fix homepage=
This commit is contained in:
parent
09ffe27a0a
commit
bcf6743b00
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'maxima'
|
||||
pkgname=maxima
|
||||
version=5.42.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
||||
hostmakedepends="python perl emacs"
|
||||
|
@ -10,7 +10,7 @@ depends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
|
|||
short_desc="Computer Algebra System"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://maxima.sourceforge.net/"
|
||||
homepage="https//maxima.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
||||
checksum=167e11d6513a65c829a35f24d4ba539bcd0a82fc3dc7a6721e4f9f118c67b64d
|
||||
|
||||
|
@ -32,7 +32,7 @@ post_install() {
|
|||
}
|
||||
|
||||
maxima-src_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - source files"
|
||||
pkg_install() {
|
||||
|
@ -41,7 +41,7 @@ maxima-src_package() {
|
|||
}
|
||||
|
||||
maxima-emacs_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
short_desc+=" - Emacs interface"
|
||||
depends="${sourcepkg}-${version}_${revision} virtual?emacs"
|
||||
pkg_install() {
|
||||
|
@ -53,7 +53,7 @@ maxima-emacs_package() {
|
|||
}
|
||||
|
||||
xmaxima_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
short_desc+=" - Tk interface"
|
||||
depends="${sourcepkg}-${version}_${revision} tk"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue