newlisp: update to 10.5.4.
This commit is contained in:
parent
219aba2aca
commit
c8d789be2d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'newlisp'
|
||||
pkgname=newlisp
|
||||
version=10.5.0
|
||||
revision=2
|
||||
version=10.5.4
|
||||
revision=1
|
||||
hostmakedepends="which"
|
||||
makedepends="readline-devel libffi-devel"
|
||||
short_desc="Lisp-like, general-purpose scripting language"
|
||||
|
@ -9,18 +9,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3, zlib, $pkgname"
|
||||
homepage="http://www.newlisp.org"
|
||||
distfiles="$homepage/downloads/$pkgname-$version.tgz"
|
||||
checksum=dee45745bd776cfdbe416799e05ee65fb0e074f673e57bf6970124dcdfe16467
|
||||
long_desc="
|
||||
newLISP is a Lisp-like, general-purpose scripting language. It is especially
|
||||
well-suited for applications in AI, web search, natural language processing,
|
||||
and machine learning. Because of its small resource requirements, newLISP
|
||||
is also excellent for embedded systems applications. Most of the functions
|
||||
you will ever need are already built in. This includes networking functions,
|
||||
support for distributed and parallel processing, and Bayesian statistics."
|
||||
checksum=e4561e03c89e7c89a30dfa7daf12091085a474e96b0fbbb4ee62454463175eb0
|
||||
|
||||
do_build() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
export CFLAGS="$CFLAGS -DNEWLISP64"
|
||||
export CFLAGS+=" -DNEWLISP64"
|
||||
fi
|
||||
make -f makefile_linuxLP64_utf8_ffi ${makejobs}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user