# HG changeset patch # User Pascal Bellard # Date 1328257075 -3600 # Node ID 2ac75a433b0199f69809594e7213d90c5071640d # Parent c568c45774c3a808a12f286d22936c9cecc9606a Add gdal from wok-undigest diff -r c568c45774c3 -r 2ac75a433b01 gdal/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gdal/receipt Fri Feb 03 09:17:55 2012 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="gdal" +VERSION="1.9.0" +CATEGORY="misc" +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="" +BUILD_DEPENDS="geos-dev proj-dev curl-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}