newlisp: update to 10.3.9.
This commit is contained in:
parent
2417d3db37
commit
879d9877eb
2 changed files with 6 additions and 3 deletions
|
@ -2,3 +2,4 @@ libm.so.6
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
libreadline.so.6
|
libreadline.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libffi.so.5
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'newlisp'
|
# Template file for 'newlisp'
|
||||||
pkgname=newlisp
|
pkgname=newlisp
|
||||||
version=10.3.3
|
version=10.3.9
|
||||||
homepage="http://www.newlisp.org"
|
homepage="http://www.newlisp.org"
|
||||||
distfiles="$homepage/downloads/$pkgname-$version.tgz"
|
distfiles="$homepage/downloads/development/$pkgname-$version.tgz"
|
||||||
short_desc="Lisp-like, general-purpose scripting language"
|
short_desc="Lisp-like, general-purpose scripting language"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3, zlib, $pkgname"
|
license="GPL-3, zlib, $pkgname"
|
||||||
checksum=91b19907efe1c74073ebae939b41a307561ffb879d4f1b8d95155fb3a2d91afe
|
checksum=86e8a54e578984fb11528fef135ca935566126f6a8c6eb26653c6ebd1abeec2e
|
||||||
long_desc="
|
long_desc="
|
||||||
newLISP is a Lisp-like, general-purpose scripting language. It is especially
|
newLISP is a Lisp-like, general-purpose scripting language. It is especially
|
||||||
well-suited for applications in AI, web search, natural language processing,
|
well-suited for applications in AI, web search, natural language processing,
|
||||||
|
@ -16,8 +16,10 @@ long_desc="
|
||||||
support for distributed and parallel processing, and Bayesian statistics."
|
support for distributed and parallel processing, and Bayesian statistics."
|
||||||
|
|
||||||
Add_dependency build readline-devel
|
Add_dependency build readline-devel
|
||||||
|
Add_dependency build libffi-devel
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
sed -i "s|i386-linux-gnu/||" newlisp.h
|
||||||
./configure && make ${makejobs}
|
./configure && make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue