mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/glpk: Updated for version 4.54 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6186c50b02
commit
4767dcc821
2 changed files with 10 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
||||||
# Slackware build script for glpk
|
# Slackware build script for glpk
|
||||||
|
|
||||||
# Copyright 2011, 2013 Chris Abela, Malta
|
# Copyright 2011, 2013 Chris Abela, Malta
|
||||||
|
# Copyright 2014 Ryan P.C. McQuen, ryan.q@linux.com, WA
|
||||||
# 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
|
||||||
|
@ -22,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=glpk
|
PRGNAM=glpk
|
||||||
VERSION=${VERSION:-4.52.1}
|
VERSION=${VERSION:-4.54}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -63,8 +64,8 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -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 {} \;
|
||||||
|
|
||||||
|
@ -77,6 +78,7 @@ LDFLAGS="$SLKCFLAGS" \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
|
--disable-static \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="glpk"
|
PRGNAM="glpk"
|
||||||
VERSION="4.52.1"
|
VERSION="4.54"
|
||||||
HOMEPAGE="http://www.gnu.org/software/glpk/"
|
HOMEPAGE="http://www.gnu.org/software/glpk/"
|
||||||
DOWNLOAD="http://ftp.gnu.org/gnu/glpk/glpk-4.52.1.tar.gz"
|
DOWNLOAD="http://ftp.gnu.org/gnu/glpk/glpk-4.54.tar.gz"
|
||||||
MD5SUM="a61813b1bf737a829a933968b83e5a73"
|
MD5SUM="7248e565689837d4e1e44f275e4e9c59"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Chris Abela"
|
MAINTAINER="Ryan P.C. McQuen"
|
||||||
EMAIL="kristofru@gmail.com"
|
EMAIL="ryan.q@linux.com"
|
||||||
|
|
Loading…
Reference in a new issue