wok-undigest annotate gdal/receipt @ rev 622

Add: gdal
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Feb 01 07:46:15 2012 +0100 (2012-02-01)
parents
children 13cd6f31ebb6
rev   line source
erjo@622 1 # SliTaz package receipt.
erjo@622 2
erjo@622 3 PACKAGE="gdal"
erjo@622 4 VERSION="1.9.0"
erjo@622 5 CATEGORY="misc"
erjo@622 6 SHORT_DESC="Geospatial Data Abstraction Library."
erjo@622 7 MAINTAINER="erjo@slitaz.org"
erjo@622 8 WEB_SITE="http://www.gdal.org/"
erjo@622 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@622 10 WGET_URL="http://download.osgeo.org/gdal/$TARBALL"
erjo@622 11
erjo@622 12 DEPENDS=""
erjo@622 13 BUILD_DEPENDS="geos-dev proj-dev curl-dev"
erjo@622 14
erjo@622 15 # Rules to configure and make the package.
erjo@622 16 compile_rules()
erjo@622 17 {
erjo@622 18 ./configure $CONFIGURE_ARGS && make && make install
erjo@622 19 }
erjo@622 20
erjo@622 21 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@622 22 genpkg_rules()
erjo@622 23 {
erjo@622 24 cp -a $install/* $fs
erjo@622 25 }