SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gdal"

# SliTaz package receipt.

PACKAGE="gdal"
VERSION="1.9.0"
CATEGORY="meta"
SHORT_DESC="Geospatial Data Abstraction Library."
MAINTAINER="erjo@slitaz.org"
WEB_SITE="http://www.gdal.org/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://download.osgeo.org/gdal/$TARBALL"

DEPENDS="libgdal gdal-bin gdal-datas"
BUILD_DEPENDS="python-dev postgresql-dev geos-dev proj-dev curl-dev \
swig "

# Rules to configure and make the package.
compile_rules()
{
    ./configure --sysconfdir=/etc \
        --localstatedir=/var \
        --datadir=/usr/share/gdal \
        --with-threads \
        --with-perl \
        --with-python \
        --with-geos \
        --with-sqlite3=no \
        --with-ogr && make && make install BINDINGS="perl python"
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir $fs/usr
    
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)