diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-05 07:14:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-05 07:14:19 +0700 |
commit | b0990af210e4fd6a16e048252159653eca3b38e6 (patch) | |
tree | 0484559be60365cf8c7e44a4a90919a765c8a475 /misc | |
parent | e67f61e654847fc86c271b8e7eaf51d382276809 (diff) | |
download | slackbuilds-b0990af210e4fd6a16e048252159653eca3b38e6.tar.gz |
misc/rlwrap: Update DOWNLOAD link, cleanups.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rlwrap/rlwrap.SlackBuild | 14 | ||||
-rw-r--r-- | misc/rlwrap/rlwrap.info | 4 | ||||
-rw-r--r-- | misc/rlwrap/slack-desc | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/misc/rlwrap/rlwrap.SlackBuild b/misc/rlwrap/rlwrap.SlackBuild index f6e62a3ce1..170c08b8b8 100644 --- a/misc/rlwrap/rlwrap.SlackBuild +++ b/misc/rlwrap/rlwrap.SlackBuild @@ -11,7 +11,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -22,8 +22,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION 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 600 -o -perm 444 -o -perm 440 \ - -o -perm 400 \) -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/misc/rlwrap/rlwrap.info b/misc/rlwrap/rlwrap.info index 5f751cc780..ce3e5d8710 100644 --- a/misc/rlwrap/rlwrap.info +++ b/misc/rlwrap/rlwrap.info @@ -1,7 +1,7 @@ PRGNAM="rlwrap" VERSION="0.37" -HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/" -DOWNLOAD="http://utopia.knoware.nl/~hlub/uck/rlwrap/rlwrap-0.37.tar.gz" +HOMEPAGE="https://github.com/hanslub42/rlwrap" +DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/rlwrap/rlwrap-0.37.tar.gz/04cd6e2c257eb5a86b297f2ebf91dbbf/rlwrap-0.37.tar.gz" MD5SUM="04cd6e2c257eb5a86b297f2ebf91dbbf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/misc/rlwrap/slack-desc b/misc/rlwrap/slack-desc index 0e0b0d31a8..486fe017c3 100644 --- a/misc/rlwrap/slack-desc +++ b/misc/rlwrap/slack-desc @@ -14,6 +14,6 @@ rlwrap: history is remembered across invocations, separately for each command; rlwrap: history completion and search work as in bash and completion word rlwrap: lists can be specified on the command line. rlwrap: -rlwrap: Homepage: http://utopia.knoware.nl/~hlub/uck/rlwrap/ +rlwrap: Homepage: https://github.com/hanslub42/rlwrap rlwrap: rlwrap: |