summaryrefslogtreecommitdiffstats
path: root/libraries/geos
diff options
context:
space:
mode:
author Niels Horn2011-04-03 17:53:48 +0200
committer Niels Horn2011-04-03 17:53:48 +0200
commite963b7ba48b852a2684decf3ca2ed094fc447fb1 (patch)
tree9099d3c48653975505a8746248836d0850c6af33 /libraries/geos
parent6436f16ef8727efbe5d79f6576f9fa473bbb9dfe (diff)
downloadslackbuilds-e963b7ba48b852a2684decf3ca2ed094fc447fb1.tar.gz
libraries/geos: Updated for version 3.2.2.
Was needed by the new postgis. Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/geos')
-rw-r--r--libraries/geos/geos.SlackBuild6
-rw-r--r--libraries/geos/geos.info8
2 files changed, 6 insertions, 8 deletions
diff --git a/libraries/geos/geos.SlackBuild b/libraries/geos/geos.SlackBuild
index 698ba2d806..b3338b26a8 100644
--- a/libraries/geos/geos.SlackBuild
+++ b/libraries/geos/geos.SlackBuild
@@ -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
diff --git a/libraries/geos/geos.info b/libraries/geos/geos.info
index ac5ee3bfee..05c89c61bb 100644
--- a/libraries/geos/geos.info
+++ b/libraries/geos/geos.info
@@ -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"