wok-undigest rev 623

Add: !apserver
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Feb 01 07:46:29 2012 +0100 (2012-02-01)
parents 3962b96a13b8
children 13cd6f31ebb6
files mapserver/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mapserver/receipt	Wed Feb 01 07:46:29 2012 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mapserver"
     1.7 +VERSION="6.0.1"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Open Source platform for publishing spatial data."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="mapserver.org"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WGET_URL="http://download.osgeo.org/mapserver/$TARBALL"
    1.14 +
    1.15 +DEPENDS="giflib libgd"
    1.16 +BUILD_DEPENDS="giflib-dev libgd-dev proj-dev postgresql-dev curl-dev geos-dev"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	./configure \
    1.22 +		--with-threads \
    1.23 +		--with-proj \
    1.24 +		--with-postgis \
    1.25 +		--with-geos \
    1.26 +	$CONFIGURE_ARGS && make && make install
    1.27 +	
    1.28 +	#~ 
    1.29 +	#~ \
    1.30 +		#~ --with-mapscript \
    1.31 +		#~ --with-gdal \
    1.32 +		#~ --with-ogr \
    1.33 +		#~ --with-wmsclient\
    1.34 +		#~ --with-wfs \
    1.35 +		#~ --with-wfsclient \
    1.36 +}
    1.37 +
    1.38 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 +genpkg_rules()
    1.40 +{
    1.41 +	cp -a $install/* $fs
    1.42 +}