SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "postgis"

# SliTaz package receipt.

PACKAGE="postgis"
VERSION="1.5.3"
CATEGORY="misc"
SHORT_DESC="Support for geographic objects to PostgreSQL"
MAINTAINER="erjo@slitaz.org"
WEB_SITE="http://postgis.refractions.net/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://postgis.refractions.net/download/$TARBALL"

DEPENDS="geos proj libpostgresqlclient libxml2"
BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev"

# Rules to configure and make the package.
compile_rules()
{
    ./configure --with-gui $CONFIGURE_ARGS \
            && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
    rm -f $fs/usr/bin/shp2pgsql-gui 
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)