newlisp: revbump to update metadata objs.

This commit is contained in:
Juan RP 2014-12-18 21:28:39 +01:00
parent 1932b8f5ef
commit 64aa22c8e2
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,7 @@
# Template file for 'newlisp'
pkgname=newlisp
version=10.6.0
revision=1
hostmakedepends="which"
revision=2
makedepends="readline-devel>=6.3 libffi-devel"
short_desc="Lisp-like, general-purpose scripting language"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -17,7 +16,6 @@ do_build() {
fi
make -f makefile_linuxLP64_utf8_ffi ${makejobs}
}
do_install() {
vmkdir usr/bin
vmkdir usr/share/man/man1
@ -28,5 +26,5 @@ do_install() {
$DESTDIR/usr/share/licenses/$pkgname
# Create newlisp symlink;
ln -sfr ${DESTDIR}/usr/bin/newlisp-${version} ${DESTDIR}/usr/bin/newlisp
ln -sf newlisp-${version} ${DESTDIR}/usr/bin/newlisp
}