summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-04-06 15:43:42 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-12 10:07:04 +0700
commit081514ca22fa575c07eda1fa9a4971091e302dcd (patch)
tree212324a77d08f92d0a33790c6627977266fff6e2
parent4a086bc5d927e54ecbbb8e38be1478a8135a517d (diff)
downloadslackbuilds-081514ca22fa575c07eda1fa9a4971091e302dcd.tar.gz
slackbuilds-081514ca22fa575c07eda1fa9a4971091e302dcd.tar.xz
academic/glpk: Updated for version 4.55.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
-rw-r--r--academic/glpk/glpk.SlackBuild9
-rw-r--r--academic/glpk/glpk.info6
2 files changed, 8 insertions, 7 deletions
diff --git a/academic/glpk/glpk.SlackBuild b/academic/glpk/glpk.SlackBuild
index 09012fb76b..e378d6d194 100644
--- a/academic/glpk/glpk.SlackBuild
+++ b/academic/glpk/glpk.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/sh
# Slackware build script for glpk
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# 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
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glpk
-VERSION=${VERSION:-4.54}
+VERSION=${VERSION:-4.55}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +68,7 @@ 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 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
LDFLAGS="$SLKCFLAGS" \
@@ -91,7 +92,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# A file in the $PKG/usr/doc/$PRGNAM-$VERSION can be stripped,
# so we strip here, rather than immediately after make install.
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/install
diff --git a/academic/glpk/glpk.info b/academic/glpk/glpk.info
index 61d071c873..3833594a57 100644
--- a/academic/glpk/glpk.info
+++ b/academic/glpk/glpk.info
@@ -1,8 +1,8 @@
PRGNAM="glpk"
-VERSION="4.54"
+VERSION="4.55"
HOMEPAGE="http://www.gnu.org/software/glpk/"
-DOWNLOAD="http://ftp.gnu.org/gnu/glpk/glpk-4.54.tar.gz"
-MD5SUM="7248e565689837d4e1e44f275e4e9c59"
+DOWNLOAD="http://ftp.gnu.org/gnu/glpk/glpk-4.55.tar.gz"
+MD5SUM="c632a7a631b8aed02e28eafcd99477f7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""