libraries/geos: Updated for version 3.2.2.

Was needed by the new postgis.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-04-03 12:53:48 -03:00
parent 6436f16ef8
commit e963b7ba48
2 changed files with 6 additions and 8 deletions

View file

@ -4,16 +4,14 @@
# Written by Kyle Guinn <elyk03@gmail.com>
PRGNAM=geos
VERSION=${VERSION:-3.0.4}
VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -21,7 +19,7 @@ fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM-$VERSION
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then

View file

@ -1,10 +1,10 @@
PRGNAM="geos"
VERSION="3.0.4"
VERSION="3.2.2"
HOMEPAGE="http://trac.osgeo.org/geos/"
DOWNLOAD="http://download.osgeo.org/geos/geos-3.0.4.tar.bz2"
MD5SUM="bd105fc583de019755ccd6950127c33a"
DOWNLOAD="http://download.osgeo.org/geos/geos-3.2.2.tar.bz2"
MD5SUM="c5d264acac22fe7720f85dadc1fc17c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"
APPROVED="dsomero,rworkman"
APPROVED="Niels Horn"