mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
gis/postgis: Updated for version 2.4.1.
This commit is contained in:
parent
c1b1971642
commit
950bed60c1
2 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue