gis/gdal: Updated for version 1.11.4.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-02-26 10:47:01 +00:00 committed by Willy Sudiarto Raharjo
parent ef07fa3095
commit 7bbacefc63
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=gdal
VERSION=${VERSION:-1.11.3}
VERSION=${VERSION:-1.11.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -148,7 +148,7 @@ make install DESTDIR=$PKG
# Kill erroneously installed .dox files
rm $PKG/usr/bin/*.dox
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
make -f GNUmakefile -B man

View file

@ -1,8 +1,8 @@
PRGNAM="gdal"
VERSION="1.11.3"
VERSION="1.11.4"
HOMEPAGE="http://www.gdal.org/"
DOWNLOAD="http://download.osgeo.org/gdal/1.11.3/gdal-1.11.3.tar.xz"
MD5SUM="129a235798e2883c8cf6fd6862213da2"
DOWNLOAD="http://download.osgeo.org/gdal/1.11.4/gdal-1.11.4.tar.xz"
MD5SUM="39d5125f8bf41179db0b450c8db9e1ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj"