aribas: update to 1.65.

This commit is contained in:
Leah Neukirchen 2020-10-21 11:34:13 +02:00
parent d1fbfc6c5d
commit c6603c8265

View file

@ -1,15 +1,16 @@
# Template file for 'aribas'
pkgname=aribas
version=1.64
revision=4
version=1.65
revision=1
wrksrc="${pkgname}${version//./}"
build_wrksrc=src
build_style=gnu-makefile
short_desc="Multiprecision Arithmetic Interpreter"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
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"
checksum=11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
distfiles="http://www.mathematik.uni-muenchen.de/~forster/sw/UNIX_LINUX/aribas${version//./}.tgz"
checksum=6ffbdcbc3e55e48ca1631465e5f7ac9f6fa19ee31973a843f21941ea4d7303e9
CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64'
@ -21,9 +22,9 @@ do_install() {
vbin aribas
vdoc aribas.hlp
vman ../doc/aribas.1
vdoc ../doc/aribas.doc
vdoc ../doc/aribas.tut
vinstall EL/aribas.el 0644 usr/share/emacs/site-lisp
vdoc ../doc/aridoc.txt
vdoc ../doc/aritut.txt
vinstall ../EL/aribas.el 0644 usr/share/emacs/site-lisp
for f in ../examples/*; do
vsconf $f
done