development/asl: Updated for version 142_bld98.

Fixes build on x86_64.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-16 16:55:03 +00:00 committed by Willy Sudiarto Raharjo
parent 06f5e62210
commit dfb156c780
2 changed files with 10 additions and 11 deletions

View file

@ -4,7 +4,9 @@
# Written by Oleg O. Chukaev <oleg.chukaev@mail.ru>
PRGNAM=asl
VERSION=${VERSION:-current_20090810}
SRCNAM=asl-current
VERSION=${VERSION:-142_bld98}
SRCVER=$(echo $VERSION | tr _ -)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -40,18 +42,15 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
rm -rf $SRCNAM
tar xvf $CWD/$SRCNAM-$SRCVER.tar.?z*
cd $SRCNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fixup the manpage installation
patch -p1 < $CWD/fixup_manpage_install.diff
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mv Makefile.def.tmpl Makefile.def

View file

@ -1,8 +1,8 @@
PRGNAM="asl"
VERSION="current_20090810"
VERSION="142_bld98"
HOMEPAGE="http://john.ccac.rwth-aachen.de:8000/as/"
DOWNLOAD="http://slackbuilds.org/sources/13.0/asl-current_20090810.tar.xz"
MD5SUM="3123dbf298c96c4a5bbdce9843348402"
DOWNLOAD="http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld98.tar.bz2"
MD5SUM="dae1e1b994e31b3c611d2504b26cb754"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""