summaryrefslogtreecommitdiffstats
path: root/academic/glpk/glpk.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-04-03 11:51:14 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-07 14:43:49 +0700
commit4767dcc82140eed54add88c7060b579012a51124 (patch)
tree0ce45deb1ff18447a2930fa6bb70d6ddffaaf266 /academic/glpk/glpk.SlackBuild
parent6186c50b029189c77ba0da50d1d76d1273e1e2b9 (diff)
downloadslackbuilds-4767dcc82140eed54add88c7060b579012a51124.tar.gz
slackbuilds-4767dcc82140eed54add88c7060b579012a51124.tar.xz
academic/glpk: Updated for version 4.54 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/glpk/glpk.SlackBuild')
-rw-r--r--academic/glpk/glpk.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/academic/glpk/glpk.SlackBuild b/academic/glpk/glpk.SlackBuild
index c13b7231ad..09012fb76b 100644
--- a/academic/glpk/glpk.SlackBuild
+++ b/academic/glpk/glpk.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for glpk
# Copyright 2011, 2013 Chris Abela, Malta
+# Copyright 2014 Ryan P.C. McQuen, ryan.q@linux.com, WA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glpk
-VERSION=${VERSION:-4.52.1}
+VERSION=${VERSION:-4.54}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,8 +64,8 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$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 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 {} \;
@@ -77,6 +78,7 @@ LDFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
+ --disable-static \
--build=$ARCH-slackware-linux
make