Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d34f36e28814bddd1dbb1508464b79829b42a415

commit d34f36e28814bddd1dbb1508464b79829b42a415
Author: DeX77 <[email protected]>
Date:   Tue Oct 14 13:46:56 2014 +0200

gdal-1.9.2-2-x86_64

* rebuild with geos>=3.4.2
* cleanup build

diff --git a/source/apps-extra/gdal/FrugalBuild 
b/source/apps-extra/gdal/FrugalBuild
index 57030a8..86298d9 100644
--- a/source/apps-extra/gdal/FrugalBuild
+++ b/source/apps-extra/gdal/FrugalBuild
@@ -3,24 +3,25 @@

pkgname=gdal
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="GDAL - a translator library for raster geospatial data formats"
url="http://www.gdal.org/";
license="MIT licence; Copyright by Frank Warmerdam"
-depends=('geos' 'sqlite3' 'unixodbc' 'libtool' 'expat' 'libjpeg' 'libpng' 
'libpq')
+depends=('geos>=3.4.2' 'sqlite3' 'unixodbc' 'libtool' 'expat' 'libjpeg' 
'libpng' 'libpq')
makedepends=('postgresql')
archs=('i686' 'x86_64')
groups=('apps-extra')
up2date="lynx -dump http://download.osgeo.org/gdal/|grep 
$pkgname-[0-9\.]*\.tar.gz$ |tail -n 1 |sed -ne 's/.*-\(.*\)\.t.*/\1/;1 p'"
source=(http://download.osgeo.org/gdal/$pkgname-$pkgver.tar.gz)
+Fconfopts+=" --prefix=/usr \
+       --exec-prefix=/usr \
+       --bindir=/usr/bin \
+        --datadir=/usr/share/gdal \
+       --includedir=/usr/include/gdal \
+       --libdir=/usr/lib \
+       --with-pymoddir=/usr/lib/python$_F_python_ver/site-packages \
+        --with-static-proj4=/usr/include --enable-shared=yes --with-gnu-ld"
Finclude python
sha1sums=('7eda6a4d735b8d6903740e0acdd702b43515e351')

-build() {
-       Fbuild --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin \
-       --datadir=/usr/share/gdal --includedir=/usr/include/gdal \
-       --libdir=/usr/lib 
--with-pymoddir=/usr/lib/python$_F_python_ver/site-packages \
-       --with-static-proj4=/usr/include --enable-shared=yes --with-gnu-ld
-}
-
# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to