mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:47:13 +08:00
gdal update
This commit is contained in:
parent
a4583fc1c1
commit
db00ea07fd
@ -7,19 +7,19 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=gdal
|
||||
pkgver=1.7.2
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A translator library for raster geospatial data formats"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gdal.org/"
|
||||
license=('custom')
|
||||
depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg>=8' 'libpng' 'libtiff'
|
||||
'mysql' 'netcdf' 'postgresql' 'python' 'python-numpy' 'sqlite3')
|
||||
makedepends=('cfitsio')
|
||||
'netcdf' 'python2' 'python-numpy' 'sqlite3' 'mysql' 'libmysqlclient' 'postgresql-libs' 'cfitsio')
|
||||
makedepends=('perl' 'swig')
|
||||
options=('!libtool' '!makeflags')
|
||||
source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
|
||||
gdal-1.5.1-python-install.patch)
|
||||
md5sums=('05351f8cb61761ae579667e24a297fe6'
|
||||
md5sums=('c762cdab0f7e51a677ba49278a8a263d'
|
||||
'81afc1c26d29cee84aadb6924fe33861')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user