From c8d789be2dbd7c4bd8ea1314eccd35efa656aef5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 4 Feb 2014 05:50:42 +0100 Subject: [PATCH] newlisp: update to 10.5.4. --- srcpkgs/newlisp/template | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/srcpkgs/newlisp/template b/srcpkgs/newlisp/template index ee926fe50fd..f199db8f623 100644 --- a/srcpkgs/newlisp/template +++ b/srcpkgs/newlisp/template @@ -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 " 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} }