summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-GLUT/haskell-GLUT.SlackBuild')
-rw-r--r--haskell/haskell-GLUT/haskell-GLUT.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
index a2de3ab064..43883b3fbe 100644
--- a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
+++ b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GLUT
-# Copyright 2013 Mikko Värri, Finland
+# Copyright 2015 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-GLUT
-VERSION=${VERSION:-2.3.1.0}
+VERSION=${VERSION:-2.5.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,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 README examples $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md examples $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install