wok-undigest view mapserver/receipt @ rev 626

Add: libgdal
author Eric Joseph-Alexandre < erjo@slitaz.org>
date Thu Feb 02 20:28:31 2012 +0100 (2012-02-02)
parents
children a88dc90d14cd
line source
1 # SliTaz package receipt.
3 PACKAGE="mapserver"
4 VERSION="6.0.1"
5 CATEGORY="misc"
6 SHORT_DESC="Open Source platform for publishing spatial data."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="mapserver.org"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://download.osgeo.org/mapserver/$TARBALL"
12 DEPENDS="giflib libgd"
13 BUILD_DEPENDS="giflib-dev libgd-dev proj-dev postgresql-dev curl-dev geos-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --with-threads \
20 --with-proj \
21 --with-postgis \
22 --with-geos \
23 $CONFIGURE_ARGS && make && make install
25 #~
26 #~ \
27 #~ --with-mapscript \
28 #~ --with-gdal \
29 #~ --with-ogr \
30 #~ --with-wmsclient\
31 #~ --with-wfs \
32 #~ --with-wfsclient \
33 }
35 # Rules to gen a SliTaz package suitable for Tazpkg.
36 genpkg_rules()
37 {
38 cp -a $install/* $fs
39 }