haskell/haskell-GLUT: Updated for version 2.5.1.1.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
Mikko Värri 2014-03-10 23:33:37 +02:00 committed by Willy Sudiarto Raharjo
parent dd6983bec2
commit 4f7e1244c9
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for GLUT # Slackware build script for GLUT
# Copyright 2013 Mikko Värri, Finland # Copyright 2015 Mikko Värri, Finland
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-GLUT PRGNAM=haskell-GLUT
VERSION=${VERSION:-2.3.1.0} VERSION=${VERSION:-2.5.1.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} 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 | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION 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 cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-GLUT" PRGNAM="haskell-GLUT"
VERSION="2.3.1.0" VERSION="2.5.1.1"
HOMEPAGE="http://hackage.haskell.org/package/GLUT" HOMEPAGE="http://hackage.haskell.org/package/GLUT"
DOWNLOAD="http://hackage.haskell.org/packages/archive/GLUT/2.3.1.0/GLUT-2.3.1.0.tar.gz" DOWNLOAD="http://hackage.haskell.org/packages/archive/GLUT/2.5.1.1/GLUT-2.5.1.1.tar.gz"
MD5SUM="2fcad53c523c2dbafca935cb61ea786e" MD5SUM="794d731b9995749c3c75a83deb3e9b4c"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="haskell-OpenGL" REQUIRES="haskell-OpenGL"