mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/asl: Updated for version 142_bld178.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
08f3a10e34
commit
b5e484bf57
2 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue