wok view gdal-datas/receipt @ rev 16324

connman-ui: set a meaningful name to the source for mirror:/source/packages-cooking/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 11:04:26 2014 +0000 (2014-04-10)
parents 91ed8fa372e3
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gdal-datas"
4 VERSION="1.9.0"
5 CATEGORY="misc"
6 SHORT_DESC="GDAL datas."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.gdal.org/"
10 WANTED="gdal"
12 DEPENDS="libgdal"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share
20 cp -a $install/usr/share/gdal $fs/usr/share
21 }