gis/osm2pgsql: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0917ab9d72
commit
aeb9a63657
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for osm2pgsql
|
||||
|
||||
# Copyright 2013-2019 Benjamin Trigona-Harany
|
||||
# Copyright 2013-2020 Benjamin Trigona-Harany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=osm2pgsql
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,7 +74,6 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DBUILD_TESTS=OFF \
|
||||
-DWITH_LUAJIT=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
@ -90,7 +89,7 @@ gzip -9 $PKG/usr/man/man?/*
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog README.md \
|
||||
AUTHORS COPYING README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="osm2pgsql"
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql"
|
||||
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/1.2.1/osm2pgsql-1.2.1.tar.gz"
|
||||
MD5SUM="e2902cda5f41cf9cfa71459d28f24e85"
|
||||
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/1.3.0/osm2pgsql-1.3.0.tar.gz"
|
||||
MD5SUM="1c91723871cabae1dedf8e985968f6cf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="luajit postgis"
|
||||
|
|
Loading…
Reference in New Issue