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 | |
parent | 568944427a56d8613899710c77f66123a8f459e5 (diff) | |
download | abslibre-a54b97266a9cb02eb1ce916f520fdfd62e019061.tar.gz abslibre-a54b97266a9cb02eb1ce916f520fdfd62e019061.tar.bz2 abslibre-a54b97266a9cb02eb1ce916f520fdfd62e019061.zip |
newlisp-10.6.2-1: updating version
Diffstat (limited to 'pcr/newlisp')
-rw-r--r-- | pcr/newlisp/PKGBUILD | 6 | ||||
-rw-r--r-- | 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 <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 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() { |