summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-hashable/haskell-hashable.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2014-03-10 23:47:39 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:46:49 +0700
commitbe8a49f8b33530d0d9f2ccfcf7f522e488cc9b1c (patch)
treef7c024d4d332691063d449cedb78edb94f386e7a /haskell/haskell-hashable/haskell-hashable.SlackBuild
parent6b137e01a0919ce53134caba878e844e6b1e9d73 (diff)
downloadslackbuilds-be8a49f8b33530d0d9f2ccfcf7f522e488cc9b1c.tar.gz
slackbuilds-be8a49f8b33530d0d9f2ccfcf7f522e488cc9b1c.tar.xz
haskell/haskell-hashable: Updated for version 1.2.3.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell/haskell-hashable/haskell-hashable.SlackBuild')
-rw-r--r--haskell/haskell-hashable/haskell-hashable.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/haskell/haskell-hashable/haskell-hashable.SlackBuild b/haskell/haskell-hashable/haskell-hashable.SlackBuild
index 79d29062a9..c1b7e69dc6 100644
--- a/haskell/haskell-hashable/haskell-hashable.SlackBuild
+++ b/haskell/haskell-hashable/haskell-hashable.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for haskell-hashable
# Copyright 2014 Google Inc, Germany
+# Copyright 2015 Mikko Värri, Finland
# 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=haskell-hashable
-VERSION=${VERSION:-1.2.1.0}
+VERSION=${VERSION:-1.2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +98,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 CHANGES LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install