haskell/haskell-data-default-instances-containers: Updated v0.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b9f00ea42f
commit
0b2236e984
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for data-default-instances-containers
|
# Slackware build script for haskell-data-default-instances-containers
|
||||||
|
|
||||||
# Copyright 2014 Mikko Värri, Finland
|
# Copyright 2014 Mikko Värri, Finland
|
||||||
|
# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -33,7 +34,7 @@ GHC_VERSION=$(ghc --numeric-version)
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -44,8 +45,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="haskell-data-default-instances-containers"
|
PRGNAM="haskell-data-default-instances-containers"
|
||||||
VERSION="0.0.1"
|
VERSION="0.0.1"
|
||||||
HOMEPAGE="http://hackage.haskell.org/package/data-default-instances-containers"
|
HOMEPAGE="https://hackage.haskell.org/package/data-default-instances-containers"
|
||||||
DOWNLOAD="http://hackage.haskell.org/package/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz"
|
DOWNLOAD="https://hackage.haskell.org/package/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz"
|
||||||
MD5SUM="1c574d87bf9bc69d4748e3236d575a3c"
|
MD5SUM="1c574d87bf9bc69d4748e3236d575a3c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="haskell-data-default-class"
|
REQUIRES="haskell-data-default-class"
|
||||||
MAINTAINER="Mikko Värri"
|
MAINTAINER="David Spencer"
|
||||||
EMAIL="vmj@linuxbox.fi"
|
EMAIL="baildon.research@googlemail.com"
|
||||||
|
|
Loading…
Reference in New Issue