wok view libgdal/receipt @ rev 20091

tar: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 03 09:50:38 2017 +0200 (2017-10-03)
parents 8f447cf2eee5
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="libgdal"
4 VERSION="1.9.0"
5 CATEGORY="misc"
6 SHORT_DESC="Geospatial Data Abstraction Library."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.gdal.org/"
10 WANTED="gdal"
12 DEPENDS="geos proj libcurl jasper libpostgresqlclient tiff"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.so* $fs/usr/lib
21 }