gis/GMT: Updated for version 5.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2016-10-24 17:32:50 +07:00 committed by Willy Sudiarto Raharjo
parent 101948433f
commit d58a7da515
3 changed files with 6 additions and 8 deletions

View file

@ -24,8 +24,8 @@
PRGNAM=GMT
SRCNAM=gmt
VERSION=${VERSION:-5.2.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-5.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
GSHHG=gshhg
@ -82,8 +82,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
zcat $CWD/gmt.diff.gz | patch -p1 --verbose
if [ "${SHEWCHUK:-no}" = "yes" ]; then
LICFLAG="off"
else
@ -111,7 +109,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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE.TXT README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="GMT"
VERSION="5.2.1"
VERSION="5.3.1"
HOMEPAGE="http://gmt.soest.hawaii.edu/"
DOWNLOAD="ftp://ftp.soest.hawaii.edu/gmt/gmt-5.2.1-src.tar.gz \
DOWNLOAD="ftp://ftp.soest.hawaii.edu/gmt/gmt-5.3.1-src.tar.gz \
ftp://ftp.soest.hawaii.edu/gmt/gshhg-gmt-2.3.6.tar.gz \
ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-1.1.2.tar.gz"
MD5SUM="df96d3cc9a93bc3c049f1523ada57117 \
MD5SUM="77b83f91c65a5ea47e4af1b8e69ab4a3 \
108fd757939d3e5f8eaf385e185d6d14 \
45c99d30026742dbc0b1644ea64f496d"
DOWNLOAD_x86_64=""

Binary file not shown.