newlisp: update to 10.4.3.

This commit is contained in:
Juan RP 2012-06-04 16:57:56 +02:00
parent 8933c866b4
commit d1e7c03c2c

View file

@ -1,14 +1,14 @@
# Template file for 'newlisp' # Template file for 'newlisp'
pkgname=newlisp pkgname=newlisp
version=10.3.9 version=10.4.3
homepage="http://www.newlisp.org"
distfiles="$homepage/downloads/development/$pkgname-$version.tgz"
makedepends="readline-devel libffi-devel"
revision=1 revision=1
makedepends="which readline-devel libffi-devel"
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=86e8a54e578984fb11528fef135ca935566126f6a8c6eb26653c6ebd1abeec2e homepage="http://www.newlisp.org"
distfiles="$homepage/downloads/$pkgname-$version.tgz"
checksum=e874a3c452e9f188803c2118f55e1754eba97422b3efb660853baa34be3e3751
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,
@ -17,9 +17,8 @@ long_desc="
you will ever need are already built in. This includes networking functions, you will ever need are already built in. This includes networking functions,
support for distributed and parallel processing, and Bayesian statistics." support for distributed and parallel processing, and Bayesian statistics."
do_build() { do_build() {
sed -i "s|i386-linux-gnu/||" newlisp.h sed -i "s|${XBPS_MACHINE}-linux-gnu/||" newlisp.h
./configure && make ${makejobs} ./configure && make ${makejobs}
} }