summaryrefslogtreecommitdiffstats
path: root/network/EarthReader-Web/EarthReader-Web.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-05-21 01:01:01 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:32 +0700
commite9e7212c1f86f064f39f454a566e8c5adfc16ce0 (patch)
tree162243d18ed1ef97e73ec9bc270db18dda55f78d /network/EarthReader-Web/EarthReader-Web.SlackBuild
parentc633f95fc35279441a607e0abe2797c5e109ddff (diff)
downloadslackbuilds-e9e7212c1f86f064f39f454a566e8c5adfc16ce0.tar.gz
slackbuilds-e9e7212c1f86f064f39f454a566e8c5adfc16ce0.tar.xz
network/EarthReader-Web: Updated for version 0.3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/EarthReader-Web/EarthReader-Web.SlackBuild')
-rw-r--r--network/EarthReader-Web/EarthReader-Web.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/EarthReader-Web/EarthReader-Web.SlackBuild b/network/EarthReader-Web/EarthReader-Web.SlackBuild
index bf2847139a..a18152aa23 100644
--- a/network/EarthReader-Web/EarthReader-Web.SlackBuild
+++ b/network/EarthReader-Web/EarthReader-Web.SlackBuild
@@ -22,10 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220512 46and2: Removed python2 as it was missing requirements.
+# -Updated for v0.3.0.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=EarthReader-Web
-VERSION=${VERSION:-0.2.1}
+VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +82,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \