postgis update to 2.1.2

This commit is contained in:
Francesco Marinucci 2014-04-12 20:23:11 +00:00
parent fcd3600152
commit 59213da0bc

View File

@ -1,22 +1,25 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com
# Contributions from Arch: https://www.archlinux.org/packages/community/x86_64/postgis/
pkgname=postgis
pkgver=1.5.2
pkgver=2.1.2
pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://postgis.refractions.net/"
license=('GPL')
depends=('postgresql' 'proj' 'geos')
source=(http://postgis.refractions.net/download/$pkgname-$pkgver.tar.gz)
md5sums=('772ec1d0f04d6800cd7e2420a97a7483')
depends=('postgresql' 'proj' 'geos' 'gdal' 'json-c' 'jasper' 'unixodbc')
options=('!libtool')
source=(http://download.osgeo.org/postgis/source/$pkgname-$pkgver.tar.gz)
md5sums=('9d9dc316f7d68dacd242cac6c305fe65')
build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make
# Build utils (https://bugs.archlinux.org/task/25836)
cd utils
make
}
package() {