wok annotate postgis/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 851e4e7e4f69
children e2ec3520cf88
rev   line source
erjo@11628 1 # SliTaz package receipt.
erjo@11628 2
erjo@11628 3 PACKAGE="postgis"
pascal@18578 4 VERSION="2.2.0"
erjo@11628 5 CATEGORY="misc"
erjo@11628 6 SHORT_DESC="Support for geographic objects to PostgreSQL"
erjo@11628 7 MAINTAINER="erjo@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
erjo@11628 9 WEB_SITE="http://postgis.refractions.net/"
erjo@11628 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18578 11 WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL"
erjo@11628 12
pascal@14044 13 DEPENDS="geos proj libpostgresqlclient libxml2 libgdal"
pascal@18578 14 BUILD_DEPENDS="pkg-config postgresql-dev geos-dev proj-dev libxml2-dev \
pascal@18578 15 gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff"
erjo@11628 16
erjo@11628 17 # Rules to configure and make the package.
erjo@11628 18 compile_rules()
erjo@11628 19 {
erjo@11628 20 ./configure --with-gui $CONFIGURE_ARGS \
pascal@15642 21 && make -j 1 && make install
erjo@11628 22 }
erjo@11628 23
erjo@11628 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11628 25 genpkg_rules()
erjo@11628 26 {
erjo@11628 27 cp -a $install/* $fs
erjo@11628 28 rm -f $fs/usr/bin/shp2pgsql-gui
erjo@11628 29 }