newlisp: update to 10.5.0.
This commit is contained in:
parent
4404008a0d
commit
ca03d41a1c
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'newlisp'
|
# Template file for 'newlisp'
|
||||||
pkgname=newlisp
|
pkgname=newlisp
|
||||||
version=10.4.5
|
version=10.5.0
|
||||||
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,7 +9,7 @@ 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=4bf972a8e5f8c4490f02e6a987ee76c4690498841ffd5235b38a03694ad2da52
|
checksum=dee45745bd776cfdbe416799e05ee65fb0e074f673e57bf6970124dcdfe16467
|
||||||
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,
|
||||||
|
@ -28,10 +28,11 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vmkdir usr/share/man/man1
|
vmkdir usr/share/man/man1
|
||||||
|
vmkdir usr/share/licenses
|
||||||
make bindir=$DESTDIR/usr/bin datadir=$DESTDIR/usr/share \
|
make bindir=$DESTDIR/usr/bin datadir=$DESTDIR/usr/share \
|
||||||
mandir=$DESTDIR/usr/share/man install
|
mandir=$DESTDIR/usr/share/man install
|
||||||
vmove usr/share/doc/$pkgname/COPYING \
|
mv $DESTDIR/usr/share/doc/$pkgname/COPYING \
|
||||||
usr/share/licenses/$pkgname
|
$DESTDIR/usr/share/licenses/$pkgname
|
||||||
|
|
||||||
# Create newlisp symlink;
|
# Create newlisp symlink;
|
||||||
ln -sfr ${DESTDIR}/usr/bin/newlisp-${version} ${DESTDIR}/usr/bin/newlisp
|
ln -sfr ${DESTDIR}/usr/bin/newlisp-${version} ${DESTDIR}/usr/bin/newlisp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue