wok-6.x view libgdal/receipt @ rev 18619
Up wireshark (2.0.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 21 14:15:15 2015 +0100 (2015-11-21) |
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 }