Browse Source

haskell/haskell-hashed-storage: Updated for version 0.5.11.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/53/head
David Spencer 7 years ago
committed by Willy Sudiarto Raharjo
parent
commit
aa6311ab48
No known key found for this signature in database GPG Key ID: 887B8374D7333381
  1. 9
      haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild
  2. 10
      haskell/haskell-hashed-storage/haskell-hashed-storage.info
  3. 2
      haskell/haskell-hashed-storage/slack-desc

9
haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild

@ -1,8 +1,9 @@
#!/bin/sh
# Slackware build script for hashed-storage
# Slackware build script for haskell-hashed-storage
# 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"

10
haskell/haskell-hashed-storage/haskell-hashed-storage.info

@ -1,10 +1,10 @@
PRGNAM="haskell-hashed-storage"
VERSION="0.5.11"
HOMEPAGE="http://hackage.haskell.org/package/hashed-storage"
DOWNLOAD="http://hackage.haskell.org/packages/archive/hashed-storage/0.5.11/hashed-storage-0.5.11.tar.gz"
HOMEPAGE="https://hackage.haskell.org/package/hashed-storage"
DOWNLOAD="https://hackage.haskell.org/packages/archive/hashed-storage/0.5.11/hashed-storage-0.5.11.tar.gz"
MD5SUM="7b99ba4da4be44ffb5018e43a498fdb0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-dataenc haskell-mmap haskell-mtl haskell-zlib"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
REQUIRES="haskell-extensible-exceptions haskell-dataenc haskell-mmap haskell-zlib"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"

2
haskell/haskell-hashed-storage/slack-desc

@ -16,4 +16,4 @@ haskell-hashed-storage: The supported storage formats include darcs hashed prist
haskell-hashed-storage: filesystem tree and an indexed plain tree (where the index maintains
haskell-hashed-storage: hashes of the plain files and directories).
haskell-hashed-storage:
haskell-hashed-storage: http://hackage.haskell.org/package/hashed-storage
haskell-hashed-storage: https://hackage.haskell.org/package/hashed-storage
Loading…
Cancel
Save