newlisp: update to 10.4.3.
This commit is contained in:
parent
8933c866b4
commit
d1e7c03c2c
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'newlisp'
|
||||
pkgname=newlisp
|
||||
version=10.3.9
|
||||
homepage="http://www.newlisp.org"
|
||||
distfiles="$homepage/downloads/development/$pkgname-$version.tgz"
|
||||
makedepends="readline-devel libffi-devel"
|
||||
version=10.4.3
|
||||
revision=1
|
||||
makedepends="which readline-devel libffi-devel"
|
||||
short_desc="Lisp-like, general-purpose scripting language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3, zlib, $pkgname"
|
||||
checksum=86e8a54e578984fb11528fef135ca935566126f6a8c6eb26653c6ebd1abeec2e
|
||||
homepage="http://www.newlisp.org"
|
||||
distfiles="$homepage/downloads/$pkgname-$version.tgz"
|
||||
checksum=e874a3c452e9f188803c2118f55e1754eba97422b3efb660853baa34be3e3751
|
||||
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,
|
||||
|
@ -17,9 +17,8 @@ long_desc="
|
|||
you will ever need are already built in. This includes networking functions,
|
||||
support for distributed and parallel processing, and Bayesian statistics."
|
||||
|
||||
|
||||
do_build() {
|
||||
sed -i "s|i386-linux-gnu/||" newlisp.h
|
||||
sed -i "s|${XBPS_MACHINE}-linux-gnu/||" newlisp.h
|
||||
./configure && make ${makejobs}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue