mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
gis/osm2pgsql: Updated for version 0.96.0.
This commit is contained in:
parent
ed050dd891
commit
dc6974411f
2 changed files with 8 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=osm2pgsql
|
||||
VERSION=${VERSION:-0.94.0}
|
||||
VERSION=${VERSION:-0.96.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,6 +74,9 @@ 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 ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="osm2pgsql"
|
||||
VERSION="0.94.0"
|
||||
VERSION="0.96.0"
|
||||
HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql"
|
||||
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.94.0/osm2pgsql-0.94.0.tar.gz"
|
||||
MD5SUM="dbfcad124965c2becd92b2adf62b8c7e"
|
||||
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.96.0/osm2pgsql-0.96.0.tar.gz"
|
||||
MD5SUM="c6abde50a99fd5eb1342532fd6e78306"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua postgis"
|
||||
REQUIRES="luajit postgis"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
Loading…
Reference in a new issue