mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
gis/mapnik: Updated for version 3.0.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
216201cf85
commit
be0277034e
3 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,5 @@ used for both desktop map design and web development.
|
|||
Optional dependencies:
|
||||
- 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:-3.0.0}
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,7 +79,7 @@ find -L . \
|
|||
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 \
|
||||
INPUT_PLUGINS=sqlite,ogr,shape,geojson,gdal,pgraster,raster,topojson,postgis,csv \
|
||||
DESTDIR=$PKG
|
||||
make
|
||||
make install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mapnik"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.0.2"
|
||||
HOMEPAGE="http://mapnik.org"
|
||||
DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2"
|
||||
MD5SUM="f121e48f735d547d9e37a77b0534f0a4"
|
||||
DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v3.0.2/mapnik-v3.0.2.tar.bz2"
|
||||
MD5SUM="0e4b84f273927dc4a90d67d19bce601b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue