wok view libgdal/receipt @ rev 20877

openssh: add ssh-copy-id (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 23 23:59:15 2019 +0100 (2019-02-23)
parents 2cb8ea33e031
children
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="https://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 }