wok-undigest view 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
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 }