wok view gdal-dev/receipt @ rev 17299

Add fish
Add fish-doc

This adds support and documentation for the latest fish release.
author necrophcodr <tcg.thegamer@gmail.com>
date Thu Oct 30 22:39:29 2014 +0100 (2014-10-30)
parents 91ed8fa372e3
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gdal-dev"
4 VERSION="1.9.0"
5 CATEGORY="development"
6 SHORT_DESC="GDAL development headers."
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/bin $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/bin/gdal-config $fs/usr/bin
24 }