diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-18 06:32:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:47:09 +0700 |
commit | 9f475cfc05e37ca06f6d60dc8d40db5474141f11 (patch) | |
tree | f6f3f4ea2760247415c4c1c9c07453c161c955b0 /gis/geojson/geojson.SlackBuild | |
parent | b4d71c50aee6215ec0c0091ccfc34f5959591794 (diff) |
gis/geojson: Updated for version 2.4.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/geojson/geojson.SlackBuild')
-rw-r--r-- | gis/geojson/geojson.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gis/geojson/geojson.SlackBuild b/gis/geojson/geojson.SlackBuild index dde30f6be87fc..983322cc970c3 100644 --- a/gis/geojson/geojson.SlackBuild +++ b/gis/geojson/geojson.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=geojson SRCNAM=python-$PRGNAM -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,10 +70,8 @@ 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 {} \; -python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +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 | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |