wok view gdal/receipt @ rev 11640

Add gdal from wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 03 09:17:55 2012 +0100 (2012-02-03)
parents
children 9c29a6103d36
line source
1 # SliTaz package receipt.
3 PACKAGE="gdal"
4 VERSION="1.9.0"
5 CATEGORY="misc"
6 SHORT_DESC="Geospatial Data Abstraction Library."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.gdal.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://download.osgeo.org/gdal/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="geos-dev proj-dev curl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/* $fs
25 }