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 +++++- pcr/newlisp/newlisp.install | 4 ++-- 2 files changed, 7 insertions(+), 3 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 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 diff --git a/pcr/newlisp/newlisp.install b/pcr/newlisp/newlisp.install index 2c7fd8481..f05b115eb 100644 --- a/pcr/newlisp/newlisp.install +++ b/pcr/newlisp/newlisp.install @@ -3,7 +3,7 @@ pre_install() { } post_install() { - ln -sf /usr/bin/newlisp-10.4.5 /usr/bin/newlisp + ln -sf /usr/bin/newlisp-10.6.2 /usr/bin/newlisp } pre_upgrade() { @@ -11,7 +11,7 @@ pre_upgrade() { } post_upgrade() { - ln -sf /usr/bin/newlisp-10.4.5 /usr/bin/newlisp + ln -sf /usr/bin/newlisp-10.6.2 /usr/bin/newlisp } pre_remove() { -- cgit v1.2.3