diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:15 +0700 |
commit | 3eff0c998f852f2084da91c0e326a57bd5fa4b9f (patch) | |
tree | 11fca55845c20837decd14f79e7b84c15823c246 | |
parent | 6c37bd3e7a12e5ec909ad5744efa65d3a4757cc0 (diff) | |
download | slackbuilds-3eff0c998f852f2084da91c0e326a57bd5fa4b9f.tar.gz |
haskell/haskell-crypto-numbers: Updated for version 0.2.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | haskell/haskell-crypto-numbers/haskell-crypto-numbers.SlackBuild | 11 | ||||
-rw-r--r-- | haskell/haskell-crypto-numbers/haskell-crypto-numbers.info | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/haskell/haskell-crypto-numbers/haskell-crypto-numbers.SlackBuild b/haskell/haskell-crypto-numbers/haskell-crypto-numbers.SlackBuild index 6c47c0a538..6f9bc79f42 100644 --- a/haskell/haskell-crypto-numbers/haskell-crypto-numbers.SlackBuild +++ b/haskell/haskell-crypto-numbers/haskell-crypto-numbers.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for crypto-numbers +# Slackware build script for haskell-crypto-numbers # Copyright 2015 Mikko Värri, Finland +# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -33,7 +34,7 @@ GHC_VERSION=$(ghc --numeric-version) if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -44,8 +45,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" @@ -71,7 +72,7 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/haskell/haskell-crypto-numbers/haskell-crypto-numbers.info b/haskell/haskell-crypto-numbers/haskell-crypto-numbers.info index a9b7fced72..7497ccc748 100644 --- a/haskell/haskell-crypto-numbers/haskell-crypto-numbers.info +++ b/haskell/haskell-crypto-numbers/haskell-crypto-numbers.info @@ -1,10 +1,10 @@ PRGNAM="haskell-crypto-numbers" VERSION="0.2.7" -HOMEPAGE="http://hackage.haskell.org/package/crypto-numbers" -DOWNLOAD="http://hackage.haskell.org/packages/archive/crypto-numbers/0.2.7/crypto-numbers-0.2.7.tar.gz" +HOMEPAGE="https://hackage.haskell.org/package/crypto-numbers" +DOWNLOAD="https://hackage.haskell.org/packages/archive/crypto-numbers/0.2.7/crypto-numbers-0.2.7.tar.gz" MD5SUM="adb5cb1566dde3ad9f89c0c1ad65a84c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-crypto-random haskell-vector" -MAINTAINER="Mikko Värri" -EMAIL="vmj@linuxbox.fi" +MAINTAINER="David Spencer" +EMAIL="baildon.research@googlemail.com" |