wok-undigest rev 818
remove mapserver (already in wok)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 14 14:13:18 2012 +0200 (2012-08-14) |
parents | 4bcc035f0826 |
children | 74d1c83c0b32 |
files | mapserver/receipt |
line diff
1.1 --- a/mapserver/receipt Tue Aug 14 13:40:34 2012 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,41 +0,0 @@ 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 jpeg libpng" 1.16 -BUILD_DEPENDS="giflib-dev libgd-dev proj-dev postgresql-dev curl-dev geos-dev \ 1.17 -libpng-dev jpeg-dev tiff" 1.18 - 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 - ./configure \ 1.23 - --with-threads \ 1.24 - --with-proj \ 1.25 - --with-postgis \ 1.26 - --with-geos \ 1.27 - $CONFIGURE_ARGS && make 1.28 - 1.29 - #~ 1.30 - #~ \ 1.31 - #~ --with-mapscript \ 1.32 - #~ --with-gdal \ 1.33 - #~ --with-ogr \ 1.34 - #~ --with-wmsclient\ 1.35 - #~ --with-wfs \ 1.36 - #~ --with-wfsclient \ 1.37 -} 1.38 - 1.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.40 -genpkg_rules() 1.41 -{ 1.42 - mkdir -p $fs/usr/share/mapserver 1.43 - cp -a $src/mapserv $fs/usr/share/mapserver 1.44 -}