wok view gdal-datas/receipt @ rev 18092

slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to matchbox-common-0.9.1.tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 22:35:22 2015 +0200 (2015-05-25)
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 }