summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-10-20 14:52:47 +0200
committer Willy Sudiarto Raharjo2017-10-21 02:08:17 +0200
commit8a97d3499d8fa3855744ed3ca906024b534faffe (patch)
tree6947083b6d57309bed76fc02ee4c22480491ff6e /gis
parent7a2095fab44726d135874ce04db4d56da8af11ad (diff)
downloadold.slackbuilds-8a97d3499d8fa3855744ed3ca906024b534faffe.tar.gz
gis/postgis: Updated for version 2.4.1.
Diffstat (limited to 'gis')
-rw-r--r--gis/postgis/postgis.SlackBuild5
-rw-r--r--gis/postgis/postgis.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild
index 702d12c92e..57b61a521a 100644
--- a/gis/postgis/postgis.SlackBuild
+++ b/gis/postgis/postgis.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,6 +79,7 @@ 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 {} \;
+./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -91,7 +92,7 @@ CXXFLAGS="$SLKCFLAGS" \
$SHP2PGSQL_GUI \
--build=$ARCH-slackware-linux
-make -j1
+make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info
index 286d264fc6..20955153e8 100644
--- a/gis/postgis/postgis.info
+++ b/gis/postgis/postgis.info
@@ -1,8 +1,8 @@
PRGNAM="postgis"
-VERSION="2.4.0"
+VERSION="2.4.1"
HOMEPAGE="http://postgis.org"
-DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.0.tar.gz"
-MD5SUM="3bdac80e118408389ef74a38ee6f04d6"
+DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.1.tar.gz"
+MD5SUM="720185a7cfa3cb007603b89b5c850cd8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal postgresql"