From ec8c1e170e812ea39d5495bb92fa8b3d8ea83d44 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Fri, 26 Oct 2018 11:00:49 +0100 Subject: haskell/haskell-stringprep: Updated for version 1.0.0. Signed-off-by: David Spencer --- haskell/haskell-stringprep/haskell-stringprep.SlackBuild | 11 ++++++----- haskell/haskell-stringprep/haskell-stringprep.info | 10 +++++----- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'haskell') diff --git a/haskell/haskell-stringprep/haskell-stringprep.SlackBuild b/haskell/haskell-stringprep/haskell-stringprep.SlackBuild index 21c83b9e3b..46b8360fe9 100644 --- a/haskell/haskell-stringprep/haskell-stringprep.SlackBuild +++ b/haskell/haskell-stringprep/haskell-stringprep.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for stringprep +# Slackware build script for haskell-stringprep # 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-stringprep/haskell-stringprep.info b/haskell/haskell-stringprep/haskell-stringprep.info index 375f5f8c91..3ff2ece8e2 100644 --- a/haskell/haskell-stringprep/haskell-stringprep.info +++ b/haskell/haskell-stringprep/haskell-stringprep.info @@ -1,10 +1,10 @@ PRGNAM="haskell-stringprep" VERSION="1.0.0" -HOMEPAGE="http://hackage.haskell.org/package/stringprep" -DOWNLOAD="http://hackage.haskell.org/packages/archive/stringprep/1.0.0/stringprep-1.0.0.tar.gz" +HOMEPAGE="https://hackage.haskell.org/package/stringprep" +DOWNLOAD="https://hackage.haskell.org/packages/archive/stringprep/1.0.0/stringprep-1.0.0.tar.gz" MD5SUM="b5ed4b1746deb42b29fd622fc3e99fe3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-text haskell-text-icu" -MAINTAINER="Mikko Värri" -EMAIL="vmj@linuxbox.fi" +REQUIRES="haskell-text-icu" +MAINTAINER="David Spencer" +EMAIL="baildon.research@googlemail.com" -- cgit v1.2.3