diff options
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 |