From a54b97266a9cb02eb1ce916f520fdfd62e019061 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 1 May 2015 10:42:30 -0500 Subject: newlisp-10.6.2-1: updating version --- pcr/newlisp/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pcr/newlisp/PKGBUILD') 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 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 -- cgit v1.2.3-54-g00ecf