diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:56:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:07 +0700 |
commit | ab5c1f8f58225f00ddac43d59f3e0114eba8f245 (patch) | |
tree | 918c170dfee11d27a057ab183b569b1bc1a332a5 /haskell/haskell-attoparsec | |
parent | 07a19b1a92bd1067b524b1f38f16edb65b8ae1dd (diff) | |
download | slackbuilds-ab5c1f8f58225f00ddac43d59f3e0114eba8f245.tar.gz |
haskell/haskell-attoparsec: Updated for version 0.13.2.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-attoparsec')
-rw-r--r-- | haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild | 17 | ||||
-rw-r--r-- | haskell/haskell-attoparsec/haskell-attoparsec.info | 12 | ||||
-rw-r--r-- | haskell/haskell-attoparsec/slack-desc | 2 |
3 files changed, 16 insertions, 15 deletions
diff --git a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild index 110b425585..522a867db1 100644 --- a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild +++ b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for haskell-attoparsec # Copyright 2014 Google Inc, Germany +# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-attoparsec -VERSION=${VERSION:-0.13.0.2} +VERSION=${VERSION:-0.13.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -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" @@ -70,16 +71,16 @@ 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" \ runghc Setup configure \ --prefix=/usr \ - --enable-shared \ - --enable-library-profiling \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \ + --enable-shared \ + --enable-library-profiling \ --docdir=/usr/doc/$PRGNAM-$VERSION runghc Setup build @@ -100,8 +101,8 @@ cp -a changelog.md LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/haskell/haskell-attoparsec/haskell-attoparsec.info b/haskell/haskell-attoparsec/haskell-attoparsec.info index b064a8b631..75f3d3d487 100644 --- a/haskell/haskell-attoparsec/haskell-attoparsec.info +++ b/haskell/haskell-attoparsec/haskell-attoparsec.info @@ -1,10 +1,10 @@ PRGNAM="haskell-attoparsec" -VERSION="0.13.0.2" -HOMEPAGE="http://hackage.haskell.org/package/attoparsec" -DOWNLOAD="http://hackage.haskell.org/package/attoparsec-0.13.0.2/attoparsec-0.13.0.2.tar.gz" -MD5SUM="851e30373aa0d4400a3b028db119e716" +VERSION="0.13.2.2" +HOMEPAGE="https://hackage.haskell.org/package/attoparsec" +DOWNLOAD="https://hackage.haskell.org/package/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz" +MD5SUM="3ae433515aad03677b1a2d7bb13cf446" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-scientific" -MAINTAINER="Mikko Värri" -EMAIL="vmj@linuxbox.fi" +MAINTAINER="David Spencer" +EMAIL="baildon.research@googlemail.com" diff --git a/haskell/haskell-attoparsec/slack-desc b/haskell/haskell-attoparsec/slack-desc index d238c90fc4..865f10ec22 100644 --- a/haskell/haskell-attoparsec/slack-desc +++ b/haskell/haskell-attoparsec/slack-desc @@ -14,6 +14,6 @@ haskell-attoparsec: A fast parser combinator library, aimed particularly at haskell-attoparsec: dealing efficiently with network protocols and complicated haskell-attoparsec: text/binary file formats. haskell-attoparsec: -haskell-attoparsec: http://hackage.haskell.org/package/attoparsec +haskell-attoparsec: https://hackage.haskell.org/package/attoparsec haskell-attoparsec: haskell-attoparsec: |