mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
gis/gdal: Updated for version 2.1.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
f4fbc6d871
commit
09f1b1836a
3 changed files with 4 additions and 17 deletions
|
@ -1,10 +0,0 @@
|
|||
--- swig/python/GNUmakefile.orig 2010-04-24 01:22:07.000000000 +0200
|
||||
+++ swig/python/GNUmakefile 2010-05-05 19:14:58.000000000 +0200
|
||||
@@ -72,5 +72,5 @@
|
||||
ifeq ($(PY_HAVE_SETUPTOOLS),1)
|
||||
- $(PYTHON) setup.py install
|
||||
+ $(PYTHON) setup.py install --root=$(DESTDIR)
|
||||
else
|
||||
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
|
||||
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
|
||||
endif
|
|
@ -24,7 +24,7 @@
|
|||
# Maintained by David Spencer <baildon.research@googlemail.com>
|
||||
|
||||
PRGNAM=gdal
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -111,9 +111,6 @@ else
|
|||
WITHLIST+=" --with-jpeg=/usr/lib${LIBDIRSUFFIX}"
|
||||
fi
|
||||
|
||||
# Thanks to the people at Arch for this:
|
||||
patch -p0 <$CWD/gdal-python-install.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gdal"
|
||||
VERSION="2.0.2"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="http://www.gdal.org/"
|
||||
DOWNLOAD="http://download.osgeo.org/gdal/2.0.2/gdal-2.0.2.tar.xz"
|
||||
MD5SUM="940208e737c87d31a90eaae43d0efd65"
|
||||
DOWNLOAD="http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0.tar.xz"
|
||||
MD5SUM="1a6e720597efd84661869fb66b6986e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="geos proj"
|
||||
|
|
Loading…
Reference in a new issue