wok annotate libgdal/receipt @ rev 12077

fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 09 10:16:47 2012 +0100 (2012-03-09)
parents
children 91ed8fa372e3
rev   line source
erjo@11637 1 # SliTaz package receipt.
erjo@11637 2
erjo@11637 3 PACKAGE="libgdal"
erjo@11637 4 VERSION="1.9.0"
erjo@11637 5 CATEGORY="misc"
erjo@11637 6 SHORT_DESC="Geospatial Data Abstraction Library."
erjo@11637 7 MAINTAINER="erjo@slitaz.org"
erjo@11637 8 WEB_SITE="http://www.gdal.org/"
erjo@11637 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11637 10 WANTED="gdal"
erjo@11637 11
erjo@11637 12 DEPENDS="geos proj libcurl"
erjo@11637 13 BUILD_DEPENDS=""
erjo@11637 14
erjo@11637 15
erjo@11637 16 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11637 17 genpkg_rules()
erjo@11637 18 {
erjo@11637 19 mkdir -p $fs/usr/lib
erjo@11637 20 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11637 21 }