mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
gis/mapnik: Updated for version 3.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
291a448d42
commit
c0aa5961fb
3 changed files with 15 additions and 11 deletions
|
@ -1,8 +1,9 @@
|
|||
Mapnik is a Free Toolkit for developing mapping applications using a C++
|
||||
API or Python bindings.
|
||||
|
||||
Mapnik can be used for both desktop map design and web development.
|
||||
Mapnik is a free toolkit for developing mapping applications. Mapnik can be
|
||||
used for both desktop map design and web development.
|
||||
|
||||
Optional dependencies:
|
||||
- gdal: for GDAL and OGR plugin support
|
||||
- postgis: for PostGIS plugin support
|
||||
- gdal: GDAL and OGR plugin support
|
||||
- libwebp: WebP image support
|
||||
- librasterlite: SpatiaLite raster support
|
||||
- postgis: PostGIS plugin support
|
||||
- proj: reprojection support
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mapnik
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,12 +71,15 @@ find -L . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
./configure \
|
||||
CC=clang \
|
||||
CXX=clang++ \
|
||||
JOBS=$JOBS \
|
||||
CUSTOM_CFLAGS="$SLKCFLAGS" \
|
||||
CUSTOM_CXXFLAGS="$SLKCFLAGS" \
|
||||
PREFIX=/usr \
|
||||
LIBDIR_SCHEMA=lib$LIBDIRSUFFIX \
|
||||
SYSTEM_FONTS=/usr/share/fonts \
|
||||
INPUT_PLUGINS=sqlite,ogr,shape,geojson,gdal,pgraster,raster,topojson,postgis,csv,rasterlite,osm \
|
||||
DESTDIR=$PKG
|
||||
make
|
||||
make install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mapnik"
|
||||
VERSION="2.2.0"
|
||||
VERSION="3.0.0"
|
||||
HOMEPAGE="http://mapnik.org"
|
||||
DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2"
|
||||
MD5SUM="b5357848dc6806bcd43e245f4fdefdaf"
|
||||
DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2"
|
||||
MD5SUM="f121e48f735d547d9e37a77b0534f0a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="proj"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
Loading…
Reference in a new issue