# Contributor: Trevor R.H. Clarke # Maintainer: Trevor R.H. Clarke pkgname=gdal pkgver=2.1.3 pkgrel=2 pkgdesc="A translator library for raster and vector geospatial data formats" url="http://gdal.org" arch="all" license="MIT" depends="" depends_dev="gdal" makedepends="giflib-dev jpeg-dev libjpeg-turbo-dev libpng-dev tiff-dev zlib-dev swig python2-dev curl-dev" subpackages="$pkgname-dev py-$pkgname:py" source="http://download.osgeo.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure --prefix=/usr \ --with-curl=/usr/bin/curl-config make cd swig/python python2 setup.py build } package() { cd "$builddir" make DESTDIR="$pkgdir" install chmod -x "$pkgdir"/usr/include/*.h } py() { pkgdesc="$pkgname (python bindings)" cd "$builddir"/swig/python python2 setup.py install --prefix=/usr --root="$subpkgdir" chmod a+x scripts/* install -d "$subpkgdir"/usr/bin install -m755 scripts/*.py "$subpkgdir"/usr/bin/ } sha512sums="3903f7480f0fbfd3022e11b0d2a13702a45a074b225d9b78202202dc427e850ee1238c0d970e6b25ae2b79acaf0f76fc04435767b5c88a609c96b03095b92678 gdal-2.1.3.tar.xz"