Browse Source
haskell/haskell-pandoc-types: Updated for version 1.17.5.3.
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
14 additions and
13 deletions
-
haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild
-
haskell/haskell-pandoc-types/haskell-pandoc-types.info
-
haskell/haskell-pandoc-types/slack-desc
|
|
@ -1,9 +1,10 @@ |
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
# Slackware build script for pandoc-types |
|
|
|
# Slackware build script for haskell-pandoc-types |
|
|
|
|
|
|
|
# Written by Peter Wang (novalazy@gmail.com) |
|
|
|
# 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 |
|
|
@ -24,7 +25,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=haskell-pandoc-types |
|
|
|
VERSION=${VERSION:-1.16.1} |
|
|
|
VERSION=${VERSION:-1.17.5.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
@ -34,7 +35,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 |
|
|
@ -45,8 +46,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="haskell-pandoc-types" |
|
|
|
VERSION="1.16.1" |
|
|
|
HOMEPAGE="http://hackage.haskell.org/package/pandoc-types" |
|
|
|
DOWNLOAD="http://hackage.haskell.org/package/pandoc-types-1.16.1/pandoc-types-1.16.1.tar.gz" |
|
|
|
MD5SUM="9fed45bfc114c9530a16697945c20659" |
|
|
|
VERSION="1.17.5.3" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/pandoc-types" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/pandoc-types-1.17.5.3/pandoc-types-1.17.5.3.tar.gz" |
|
|
|
MD5SUM="8b100d5e3b58abc28946cc821fb120cf" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-syb haskell-aeson haskell-deepseq-generics" |
|
|
|
MAINTAINER="Mikko Värri" |
|
|
|
EMAIL="vmj@linuxbox.fi" |
|
|
|
REQUIRES="haskell-QuickCheck haskell-syb haskell-aeson haskell-deepseq-generics" |
|
|
|
MAINTAINER="David Spencer" |
|
|
|
EMAIL="baildon.research@googlemail.com" |
|
|
@ -11,7 +11,7 @@ haskell-pandoc-types: |
|
|
|
haskell-pandoc-types: This package contains definitions for the Pandoc data structure, |
|
|
|
haskell-pandoc-types: which is used by pandoc to represent structured documents. |
|
|
|
haskell-pandoc-types: |
|
|
|
haskell-pandoc-types: Homepage: http://hackage.haskell.org/package/pandoc-types |
|
|
|
haskell-pandoc-types: Homepage: https://hackage.haskell.org/package/pandoc-types |
|
|
|
haskell-pandoc-types: |
|
|
|
haskell-pandoc-types: |
|
|
|
haskell-pandoc-types: |
|
|
|