mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
aribas: update to 1.65.
This commit is contained in:
parent
d1fbfc6c5d
commit
c6603c8265
1 changed files with 8 additions and 7 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'aribas'
|
# Template file for 'aribas'
|
||||||
pkgname=aribas
|
pkgname=aribas
|
||||||
version=1.64
|
version=1.65
|
||||||
revision=4
|
revision=1
|
||||||
|
wrksrc="${pkgname}${version//./}"
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Multiprecision Arithmetic Interpreter"
|
short_desc="Multiprecision Arithmetic Interpreter"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html"
|
homepage="http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html"
|
||||||
distfiles="ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.mathematik.uni-muenchen.de/~forster/sw/UNIX_LINUX/aribas${version//./}.tgz"
|
||||||
checksum=11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
|
checksum=6ffbdcbc3e55e48ca1631465e5f7ac9f6fa19ee31973a843f21941ea4d7303e9
|
||||||
|
|
||||||
CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64'
|
CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64'
|
||||||
|
|
||||||
|
@ -21,9 +22,9 @@ do_install() {
|
||||||
vbin aribas
|
vbin aribas
|
||||||
vdoc aribas.hlp
|
vdoc aribas.hlp
|
||||||
vman ../doc/aribas.1
|
vman ../doc/aribas.1
|
||||||
vdoc ../doc/aribas.doc
|
vdoc ../doc/aridoc.txt
|
||||||
vdoc ../doc/aribas.tut
|
vdoc ../doc/aritut.txt
|
||||||
vinstall EL/aribas.el 0644 usr/share/emacs/site-lisp
|
vinstall ../EL/aribas.el 0644 usr/share/emacs/site-lisp
|
||||||
for f in ../examples/*; do
|
for f in ../examples/*; do
|
||||||
vsconf $f
|
vsconf $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue