summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2015-09-07 21:26:30 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-12 08:11:32 +0700
commit08776bda95200b97b4ef0952b11adb08279e96b7 (patch)
tree90a5f023c3fe96291792e1a461b7d6b82f1d5277 /gis
parent169d490f3c0b08511b4cb2a38601bff3d679ac78 (diff)
downloadslackbuilds-08776bda95200b97b4ef0952b11adb08279e96b7.tar.gz
slackbuilds-08776bda95200b97b4ef0952b11adb08279e96b7.tar.xz
gis/pgrouting: Updated for version 2.1.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis')
-rw-r--r--gis/pgrouting/pgrouting.SlackBuild12
-rw-r--r--gis/pgrouting/pgrouting.info6
2 files changed, 7 insertions, 11 deletions
diff --git a/gis/pgrouting/pgrouting.SlackBuild b/gis/pgrouting/pgrouting.SlackBuild
index 6a981de880..7ca15fb9a4 100644
--- a/gis/pgrouting/pgrouting.SlackBuild
+++ b/gis/pgrouting/pgrouting.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pgrouting
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,14 +60,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
-rm -rf $TMP/$PRGNAM-$VERSION
+rm -rf $TMP/$PRGNAM-$PRGNAM-$VERSION
cd $TMP
-if [ -e $CWD/v$VERSION.tar.gz ]; then
- tar xvf $CWD/v$VERSION.tar.gz
-else
- tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-fi
-cd $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/gis/pgrouting/pgrouting.info b/gis/pgrouting/pgrouting.info
index 3333078229..11a1a014c3 100644
--- a/gis/pgrouting/pgrouting.info
+++ b/gis/pgrouting/pgrouting.info
@@ -1,8 +1,8 @@
PRGNAM="pgrouting"
-VERSION="2.0.0"
+VERSION="2.1.0"
HOMEPAGE="http://pgrouting.org"
-DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v2.0.0.tar.gz"
-MD5SUM="a7b573b7aa4d038bdb24d2401bb33013"
+DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/pgrouting-2.1.0.tar.gz"
+MD5SUM="c500b11d63893ba295ff6ef8ed255093"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CGAL postgis"