development/newlisp: Updated for version 10.4.4, cleanups.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-19 21:45:59 +02:00 committed by Robby Workman
parent 4b331175a9
commit 7fbde51027
2 changed files with 6 additions and 8 deletions

View file

@ -5,7 +5,7 @@
#
PRGNAM=newlisp
VERSION=10.3.3
VERSION=10.4.4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,10 +58,8 @@ find . \
make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file \
| grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null \
|| true
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="newlisp"
VERSION="10.3.3"
VERSION="10.4.4"
HOMEPAGE="http://www.newlisp.org/"
DOWNLOAD="http://www.newlisp.org/downloads/newlisp-10.3.3.tgz"
MD5SUM="9f997690d09b96dca9c3843784b13702"
DOWNLOAD="http://www.newlisp.org/downloads/newlisp-10.4.4.tgz"
MD5SUM="9a59075ac73ce4eadc81a7e35f15aa64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""