summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2018-10-26 10:15:50 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:47:03 +0700
commit65fca6a1ef1be0e3dc952b611bcab4fbeec1a08b (patch)
treedb0a502f0bfc4a87c796ec2725e270d41830aa04 /haskell
parentea8fe3a91f60eb5b8d973265382375c6c3d1060f (diff)
downloadslackbuilds-65fca6a1ef1be0e3dc952b611bcab4fbeec1a08b.tar.gz
slackbuilds-65fca6a1ef1be0e3dc952b611bcab4fbeec1a08b.tar.xz
haskell/haskell-OpenGL: Updated for version 3.0.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild19
-rw-r--r--haskell/haskell-OpenGL/haskell-OpenGL.info14
2 files changed, 17 insertions, 16 deletions
diff --git a/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild b/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
index e4c3c49846..06d5a22768 100644
--- a/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
+++ b/haskell/haskell-OpenGL/haskell-OpenGL.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/sh
-# Slackware build script for OpenGL
+# Slackware build script for haskell-OpenGL
# Copyright 2015 Mikko Värri, Finland
+# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K.
# 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-OpenGL
-VERSION=${VERSION:-3.0.0.2}
+VERSION=${VERSION:-3.0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -33,7 +34,7 @@ GHC_VERSION=$(ghc --numeric-version)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -44,8 +45,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -68,10 +69,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/haskell/haskell-OpenGL/haskell-OpenGL.info b/haskell/haskell-OpenGL/haskell-OpenGL.info
index f12c6cc458..ccfa658b6a 100644
--- a/haskell/haskell-OpenGL/haskell-OpenGL.info
+++ b/haskell/haskell-OpenGL/haskell-OpenGL.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-OpenGL"
-VERSION="3.0.0.2"
-HOMEPAGE="http://hackage.haskell.org/package/OpenGL"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/OpenGL/3.0.0.2/OpenGL-3.0.0.2.tar.gz"
-MD5SUM="f5ad11541e42b817e7ff4b539ce88859"
+VERSION="3.0.2.0"
+HOMEPAGE="https://hackage.haskell.org/package/OpenGL"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/OpenGL/3.0.2.0/OpenGL-3.0.2.0.tar.gz"
+MD5SUM="37011c110e862a46dfc2b931407ced19"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ghc haskell-text haskell-OpenGLRaw haskell-GLURaw haskell-ObjectName haskell-StateVar"
-MAINTAINER="Mikko Värri"
-EMAIL="vmj@linuxbox.fi"
+REQUIRES="haskell-OpenGLRaw haskell-GLURaw haskell-ObjectName haskell-StateVar"
+MAINTAINER="David Spencer"
+EMAIL="baildon.research@googlemail.com"