mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
haskell/haskell-zip-archive: Updated for version 0.1.3.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
625430d675
commit
7fc5cdfd9f
3 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for zip-archive
|
||||
|
||||
# Copyright 2010 Peter Wang
|
||||
# Copyright 2012 Mikko Värri, Finland
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-zip-archive
|
||||
VERSION=${VERSION:-0.1.1.8}
|
||||
VERSION=${VERSION:-0.1.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,7 +59,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -95,7 +95,7 @@ mkdir -p $PKG/$PKGCONFD
|
|||
mv $SRCNAM-$VERSION.conf $PKG/$PKGCONFD/$PKGID.conf
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-zip-archive"
|
||||
VERSION="0.1.1.8"
|
||||
VERSION="0.1.3.3"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/zip-archive"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/zip-archive/0.1.1.8/zip-archive-0.1.1.8.tar.gz"
|
||||
MD5SUM="340e08e6ec37c35485c2f851b7b7fa70"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/zip-archive/0.1.3.3/zip-archive-0.1.3.3.tar.gz"
|
||||
MD5SUM="14a3562495fe6339ab0f608baae2579f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-digest haskell-mtl haskell-utf8-string haskell-zlib"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
haskell-zip-archive: haskell-zip-archive (Haskell library for zip archives)
|
||||
|
|
Loading…
Reference in a new issue