diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-06 16:23:58 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:44 +0700 |
commit | b5e484bf579e3ed900b7515025ab6dbc07b4a33e (patch) | |
tree | 8975104eff99e19e25931e414d989e1b0a823ba8 /development | |
parent | 08f3a10e34bf39fff21984bd6976f9d7fdaaa4c4 (diff) |
development/asl: Updated for version 142_bld178.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/asl/asl.SlackBuild | 9 | ||||
-rw-r--r-- | development/asl/asl.info | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/development/asl/asl.SlackBuild b/development/asl/asl.SlackBuild index 3a6696be1dae..8ccdf75e02c5 100644 --- a/development/asl/asl.SlackBuild +++ b/development/asl/asl.SlackBuild @@ -7,6 +7,7 @@ # Original version had no license. Modified version released under the # WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201106 bkw: update for 142_bld178. # 20191202 bkw: update for 142_bld150. # 20180911 bkw: update for 142_bld137. # 20180615 bkw: update for 142_bld134. @@ -26,7 +27,7 @@ PRGNAM=asl SRCNAM=asl-current -VERSION=${VERSION:-142_bld150} +VERSION=${VERSION:-142_bld178} SRCVER=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +84,11 @@ UTF8="${UTF8:-no}" sed -i 's/CHARSET_ISO8859_1/CHARSET_UTF8/' Makefile.def # binaries are already stripped, no symlinks in man pages. -make -j1 binaries install PREFIX=$PKG DOCPATH="" +# 20201106 bkw: upstream changed PREFIX to INSTROOT, support both +# in case someone wants to build an old version. +DESTDIR=PREFIX +grep -q INSTROOT Makefile && DESTDIR=INSTROOT +make -j1 binaries install $DESTDIR=$PKG DOCPATH="" gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/development/asl/asl.info b/development/asl/asl.info index 55482210cc4b..eac582d044f4 100644 --- a/development/asl/asl.info +++ b/development/asl/asl.info @@ -1,8 +1,8 @@ PRGNAM="asl" -VERSION="142_bld150" +VERSION="142_bld178" HOMEPAGE="http://john.ccac.rwth-aachen.de:8000/as/" -DOWNLOAD="http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld150.tar.bz2" -MD5SUM="89b1a389f6c28927cc9c7b65420553db" +DOWNLOAD="http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld178.tar.bz2" +MD5SUM="742f3ed7090c71c15dd6d75a08e9f7b1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |