Browse Source
development/darcs: Updated for version 2.14.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/53/head
David Spencer
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with
13 additions and
12 deletions
-
development/darcs/darcs.SlackBuild
-
development/darcs/darcs.info
-
development/darcs/slack-desc
|
|
|
@ -3,6 +3,7 @@ |
|
|
|
# Slackware build script for darcs |
|
|
|
|
|
|
|
# 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 |
|
|
|
@ -23,7 +24,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=darcs |
|
|
|
VERSION=${VERSION:-2.12.0} |
|
|
|
VERSION=${VERSION:-2.14.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
@ -31,7 +32,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 |
|
|
|
@ -42,8 +43,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" |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="darcs" |
|
|
|
VERSION="2.12.0" |
|
|
|
HOMEPAGE="http://darcs.net/" |
|
|
|
DOWNLOAD="http://hackage.haskell.org/package/darcs-2.12.0/darcs-2.12.0.tar.gz" |
|
|
|
MD5SUM="c46f4ad16f944f34377e066775adf1be" |
|
|
|
VERSION="2.14.1" |
|
|
|
HOMEPAGE="https://darcs.net/" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/darcs-2.14.1/darcs-2.14.1.tar.gz" |
|
|
|
MD5SUM="07a3fe1e5264d22bf1979ff0aa224085" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="ghc haskell-async haskell-attoparsec haskell-base16-bytestring haskell-cryptohash haskell-data-ordlist haskell-fgl haskell-graphviz haskell-hashable haskell-html haskell-HTTP haskell-mmap haskell-mtl haskell-network haskell-network-uri haskell-old-time haskell-parsec haskell-random haskell-regex-applicative haskell-regex-compat-tdfa haskell-sandi haskell-tar haskell-text haskell-transformers-compat haskell-unix-compat haskell-utf8-string haskell-vector haskell-zip-archive haskell-zlib haskell-old-locale" |
|
|
|
MAINTAINER="Mikko Värri" |
|
|
|
EMAIL="vmj@linuxbox.fi" |
|
|
|
REQUIRES="haskell-async haskell-attoparsec haskell-base16-bytestring haskell-cryptohash haskell-data-ordlist haskell-fgl haskell-graphviz haskell-hashable haskell-html haskell-HTTP haskell-mmap haskell-network haskell-network-uri haskell-old-time haskell-random haskell-regex-applicative haskell-regex-compat-tdfa haskell-sandi haskell-tar haskell-transformers-compat haskell-unix-compat haskell-utf8-string haskell-vector haskell-zip-archive haskell-zlib haskell-old-locale" |
|
|
|
MAINTAINER="David Spencer" |
|
|
|
EMAIL="baildon.research@googlemail.com" |
|
|
|
@ -11,7 +11,7 @@ darcs: |
|
|
|
darcs: Darcs is a free, open source revision control system written in |
|
|
|
darcs: Haskell. |
|
|
|
darcs: |
|
|
|
darcs: http://darcs.net/ |
|
|
|
darcs: https://darcs.net/ |
|
|
|
darcs: |
|
|
|
darcs: |
|
|
|
darcs: |
|
|
|
|