newlisp: update to 10.5.4.

This commit is contained in:
Juan RP 2014-02-04 05:50:42 +01:00
parent 219aba2aca
commit c8d789be2d

View file

@ -1,7 +1,7 @@
# Template file for 'newlisp' # Template file for 'newlisp'
pkgname=newlisp pkgname=newlisp
version=10.5.0 version=10.5.4
revision=2 revision=1
hostmakedepends="which" hostmakedepends="which"
makedepends="readline-devel libffi-devel" makedepends="readline-devel libffi-devel"
short_desc="Lisp-like, general-purpose scripting language" short_desc="Lisp-like, general-purpose scripting language"
@ -9,18 +9,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3, zlib, $pkgname" license="GPL-3, zlib, $pkgname"
homepage="http://www.newlisp.org" homepage="http://www.newlisp.org"
distfiles="$homepage/downloads/$pkgname-$version.tgz" distfiles="$homepage/downloads/$pkgname-$version.tgz"
checksum=dee45745bd776cfdbe416799e05ee65fb0e074f673e57bf6970124dcdfe16467 checksum=e4561e03c89e7c89a30dfa7daf12091085a474e96b0fbbb4ee62454463175eb0
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."
do_build() { do_build() {
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
export CFLAGS="$CFLAGS -DNEWLISP64" export CFLAGS+=" -DNEWLISP64"
fi fi
make -f makefile_linuxLP64_utf8_ffi ${makejobs} make -f makefile_linuxLP64_utf8_ffi ${makejobs}
} }