summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2020-03-01 08:45:07 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-07 14:06:36 +0700
commit31b7e87f7e9e1434a03e282908674614ca447311 (patch)
treeaffc80bfa47f3c343c9b52ffa11d7f5c8be133d2 /gis
parentf16a3933e4ac4dc63dc5d4a2949e60e113b1aad4 (diff)
downloadslackbuilds-31b7e87f7e9e1434a03e282908674614ca447311.tar.gz
slackbuilds-31b7e87f7e9e1434a03e282908674614ca447311.tar.xz
gis/proj: Updated for 7.0.0 and removed datumgrids.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis')
-rw-r--r--gis/proj/README5
-rw-r--r--gis/proj/proj.SlackBuild6
-rw-r--r--gis/proj/proj.info10
3 files changed, 8 insertions, 13 deletions
diff --git a/gis/proj/README b/gis/proj/README
index 7af2be3c54..409d0f07da 100644
--- a/gis/proj/README
+++ b/gis/proj/README
@@ -2,5 +2,6 @@ PROJ is a generic coordinate transformation software, that transforms
coordinates from one coordinate reference system (CRS) to another. This
includes cartographic projections as well as geodetic transformations.
-This SlackBuild also includes the datum grid files for PROJ (excluding the
-regional resource packages).
+For datum grids, install the proj-data package. Without this package, proj can
+fetch required grids from the internet as needed.
+
diff --git a/gis/proj/proj.SlackBuild b/gis/proj/proj.SlackBuild
index 8f29420696..5a0528d547 100644
--- a/gis/proj/proj.SlackBuild
+++ b/gis/proj/proj.SlackBuild
@@ -22,8 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=proj
-VERSION=${VERSION:-6.3.1}
-DGVERSION=${DGVERSION:-1.8}
+VERSION=${VERSION:-7.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,9 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
-unzip -n -d $PKG/usr/share/$PRGNAM $CWD/$PRGNAM-datumgrid-$DGVERSION.zip
-chmod o+rX $PKG/usr/share/$PRGNAM/*
-
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/gis/proj/proj.info b/gis/proj/proj.info
index 91ddf60b59..b44f221a21 100644
--- a/gis/proj/proj.info
+++ b/gis/proj/proj.info
@@ -1,10 +1,8 @@
PRGNAM="proj"
-VERSION="6.3.1"
-HOMEPAGE="http://trac.osgeo.org/proj/"
-DOWNLOAD="http://download.osgeo.org/proj/proj-6.3.1.tar.gz \
- http://download.osgeo.org/proj/proj-datumgrid-1.8.zip"
-MD5SUM="c44c694cf569a74880e5fbac566d54d6 \
- a64b68863336f361065c7051acc5a991"
+VERSION="7.0.0"
+HOMEPAGE="https://www.osgeo.org/projects/proj/"
+DOWNLOAD="http://download.osgeo.org/proj/proj-7.0.0.tar.gz"
+MD5SUM="5b546675935b930a6266449228c82635"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""