diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-15 17:20:36 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 13:46:10 -0600 |
commit | 275054f5ef9bde671a24629407d79c4cc9b114d1 (patch) | |
tree | dc501d255fb1004013ba919968594935e7a1ce65 /misc | |
parent | 7b7d10123387c358477d9b3e562b5603138bbc39 (diff) | |
download | slackbuilds-275054f5ef9bde671a24629407d79c4cc9b114d1.tar.gz |
misc/ascii: Updated for version 3.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ascii/ascii.SlackBuild | 14 | ||||
-rw-r--r-- | misc/ascii/ascii.info | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/misc/ascii/ascii.SlackBuild b/misc/ascii/ascii.SlackBuild index c141279b4f..b5d0794408 100644 --- a/misc/ascii/ascii.SlackBuild +++ b/misc/ascii/ascii.SlackBuild @@ -8,16 +8,14 @@ # Written by cteg <comsublant@gmx.net> PRGNAM=ascii -VERSION=${VERSION:-3.11} +VERSION=${VERSION:-3.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -50,11 +48,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +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 {} \; make \ CFLAGS="$SLKCFLAGS" \ diff --git a/misc/ascii/ascii.info b/misc/ascii/ascii.info index 2e3961f2e5..e2b969b046 100644 --- a/misc/ascii/ascii.info +++ b/misc/ascii/ascii.info @@ -1,8 +1,8 @@ PRGNAM="ascii" -VERSION="3.11" +VERSION="3.12" HOMEPAGE="http://www.catb.org/~esr/ascii/" -DOWNLOAD="http://www.catb.org/~esr/ascii/ascii-3.11.tar.gz" -MD5SUM="ba8a9392f8aa8c6b7a52923fba870579" +DOWNLOAD="http://www.catb.org/~esr/ascii/ascii-3.12.tar.gz" +MD5SUM="d06267813ac83ed511b7330f43fcc4ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |