summaryrefslogtreecommitdiff
path: root/system/postgis/postgis.SlackBuild
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-11-03 11:06:09 -0800
committerRobby Workman <rworkman@slackbuilds.org>2013-11-03 14:05:25 -0600
commit9267c8cabf3297e44447ae9de0553f6d16b2196f (patch)
treec6242914c2946924291b22e2ad294618b365965b /system/postgis/postgis.SlackBuild
parent29c1611a3b4fdc40c589ac02eb1ac76e358e4fb5 (diff)
downloadslackbuilds-9267c8cabf3297e44447ae9de0553f6d16b2196f.tar.gz
system/postgis: Updated for version 2.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/postgis/postgis.SlackBuild')
-rw-r--r--system/postgis/postgis.SlackBuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/system/postgis/postgis.SlackBuild b/system/postgis/postgis.SlackBuild
index 109996dacb..019b17dd22 100644
--- a/system/postgis/postgis.SlackBuild
+++ b/system/postgis/postgis.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis
-VERSION=${VERSION:-2.0.3}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -41,13 +41,8 @@ CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-RASTER=${RASTER:-yes}
GUI=${GUI:-yes}
-if [ "$RASTER" = "no" ] ; then
- RASTER_EXTENSION="--without-raster"
-fi
-
if [ "$GUI" = "yes" ] ; then
SHP2PGSQL_GUI="--with-gui"
fi
@@ -90,7 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \
--datarootdir=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- $RASTER_EXTENSION \
$SHP2PGSQL_GUI \
--build=$ARCH-slackware-linux