summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-23 00:41:06 +0300
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:27:40 +0100
commitdfb3680b84d115f85d1da7d1b4ccf0771da40765 (patch)
tree9cd37d6946b5ab84f81ddc338b11c409dce327d3
parent256816e7d562947502667c5c5b048cfa69cf53c5 (diff)
downloadslackbuilds-dfb3680b84d115f85d1da7d1b4ccf0771da40765.tar.gz
slackbuilds-dfb3680b84d115f85d1da7d1b4ccf0771da40765.tar.xz
gis/CreateCloudMap: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--gis/CreateCloudMap/CreateCloudMap.SlackBuild12
-rw-r--r--gis/CreateCloudMap/CreateCloudMap.info8
2 files changed, 9 insertions, 11 deletions
diff --git a/gis/CreateCloudMap/CreateCloudMap.SlackBuild b/gis/CreateCloudMap/CreateCloudMap.SlackBuild
index d1e62d9d9d..aee4374d85 100644
--- a/gis/CreateCloudMap/CreateCloudMap.SlackBuild
+++ b/gis/CreateCloudMap/CreateCloudMap.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for CreateCloudMap
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CreateCloudMap
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -82,7 +82,5 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
-chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/*
-
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/gis/CreateCloudMap/CreateCloudMap.info b/gis/CreateCloudMap/CreateCloudMap.info
index 2c300c267a..35361a9630 100644
--- a/gis/CreateCloudMap/CreateCloudMap.info
+++ b/gis/CreateCloudMap/CreateCloudMap.info
@@ -1,10 +1,10 @@
PRGNAM="CreateCloudMap"
-VERSION="0.5.1"
+VERSION="0.8.0"
HOMEPAGE="https://github.com/jmozmoz/cloudmap"
-DOWNLOAD="https://pypi.python.org/packages/source/C/CreateCloudMap/CreateCloudMap-0.5.1.tar.gz"
-MD5SUM="d4f8cf00aaccfdb7ec58dae6f8b4c929"
+DOWNLOAD="https://pypi.python.org/packages/e0/8c/a572f38b9b3dd714613f0ab5e4a119833c445bb4fdea445ac38e19e543aa/CreateCloudMap-0.8.0.tar.gz"
+MD5SUM="eebb1e8728d267db1d232c25942c93de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyresample scipy python-requests DateTime ConfigParser"
+REQUIRES="pyresample scipy python-requests DateTime ConfigParser pillowfight"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"