diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-01 10:42:30 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-01 10:42:30 -0500 |
commit | a54b97266a9cb02eb1ce916f520fdfd62e019061 (patch) | |
tree | ca8dfe06b207513115c6347044f58a6e5feb677f /pcr/newlisp/PKGBUILD | |
parent | 568944427a56d8613899710c77f66123a8f459e5 (diff) |
newlisp-10.6.2-1: updating version
Diffstat (limited to 'pcr/newlisp/PKGBUILD')
-rw-r--r-- | pcr/newlisp/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pcr/newlisp/PKGBUILD b/pcr/newlisp/PKGBUILD index e16ab99a5..d456d5a9a 100644 --- a/pcr/newlisp/PKGBUILD +++ b/pcr/newlisp/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@cwb.IO> pkgname=newlisp -pkgver=10.4.5 +pkgver=10.6.2 pkgrel=1 pkgdesc="newLISP is a LISP like, general purpose scripting language." url="http://www.newlisp.org" @@ -12,11 +12,15 @@ depends=('readline') optdepends=('openjdk6') options=('docs') source=(http://newlisp.org/downloads/$pkgname-$pkgver.tgz) +md5sums=('c680a5da323d0c07eaf985663a96ec51') install=$pkgname.install build() { cd $srcdir/$pkgname-$pkgver ./configure +} +package(){ +cd $srcdir/$pkgname-$pkgver [ $CARCH = "x86_64" ] && make -f makefile_linuxLP64_utf8 [ $CARCH = "i686" ] && make -f makefile_linux_utf8 install -d $pkgdir/usr/bin |