Browse Source
haskell/haskell-aeson: Updated for version 1.5.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons
4 years ago
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
9 additions and
6 deletions
-
haskell/haskell-aeson/haskell-aeson.SlackBuild
-
haskell/haskell-aeson/haskell-aeson.info
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-aeson |
|
|
|
VERSION=${VERSION:-1.4.1.0} |
|
|
|
VERSION=${VERSION:-2.0.2.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -77,6 +77,7 @@ cd $TMP |
|
|
|
rm -rf $SRCNAM-$VERSION |
|
|
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz |
|
|
|
cd $SRCNAM-$VERSION |
|
|
|
cat $CWD/1.cabal > $SRCNAM.cabal |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
@ -108,7 +109,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr |
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a LICENSE changelog.md README.markdown examples $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a LICENSE README.markdown changelog.md $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|
mkdir -p $PKG/install |
|
|
|
|
|
|
|
@ -1,10 +1,12 @@ |
|
|
|
PRGNAM="haskell-aeson" |
|
|
|
VERSION="1.4.1.0" |
|
|
|
VERSION="2.0.2.0" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/aeson" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/aeson-1.4.1.0/aeson-1.4.1.0.tar.gz" |
|
|
|
MD5SUM="8c3ad7d707d1f363a9c026707a9a95e9" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/aeson-2.0.2.0/aeson-2.0.2.0.tar.gz \ |
|
|
|
https://hackage.haskell.org/package/aeson-2.0.2.0/revision/1.cabal" |
|
|
|
MD5SUM="e8f76b9edd743867375e20a95dd4ee5e \ |
|
|
|
9d4417743f0244d10f604a9332d84c6a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-dlist haskell-attoparsec haskell-base-compat haskell-blaze-builder haskell-hashable haskell-scientific haskell-syb haskell-tagged haskell-th-abstraction haskell-time-locale-compat haskell-uuid-types haskell-unordered-containers haskell-vector" |
|
|
|
REQUIRES="haskell-dlist haskell-attoparsec haskell-blaze-builder haskell-scientific haskell-syb haskell-time-locale-compat haskell-uuid-types haskell-unordered-containers haskell-vector haskell-strict haskell-witherable haskell-semialign haskell-text-short haskell-time-compat haskell-base-compat-batteries haskell-data-fix" |
|
|
|
MAINTAINER="David Spencer" |
|
|
|
EMAIL="baildon.research@googlemail.com" |