wok view gdal-datas/receipt @ rev 11749

Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:56:59 2012 +0100 (2012-02-22)
parents
children 91ed8fa372e3
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 WEB_SITE="http://www.gdal.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
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 }