wok view libgdal/receipt @ rev 14135

add udisks : it contains udisks1, maybe useful to pcmanfm or something else
author ernia <monghitri@aruba.it>
date Thu Feb 28 20:43:23 2013 +0000 (2013-02-28)
parents 87a3804e1fc2
children 8f447cf2eee5
line source
1 # SliTaz package receipt.
3 PACKAGE="libgdal"
4 VERSION="1.9.0"
5 CATEGORY="misc"
6 SHORT_DESC="Geospatial Data Abstraction Library."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.gdal.org/"
9 WANTED="gdal"
11 DEPENDS="geos proj libcurl"
12 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.so* $fs/usr/lib
20 }