mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libearth: Updated for version 0.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9405e2ef3e
commit
dbbb29e01c
2 changed files with 11 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libearth
|
||||
VERSION=${VERSION:-0.1.1}
|
||||
VERSION=${VERSION:-0.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,11 +71,15 @@ find -L . \
|
|||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
if $(python3 -c 'import sys' 2>/dev/null); then
|
||||
python3 setup.py install --root=$PKG
|
||||
fi
|
||||
|
||||
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
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PRGNAM="libearth"
|
||||
VERSION="0.1.1"
|
||||
HOMEPAGE="http://libearth.earthreader.org/en/0.1.1/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/libearth/libearth-0.1.1.tar.gz"
|
||||
MD5SUM="62f524d9f8fd3b251d7a45623e012b27"
|
||||
VERSION="0.1.2"
|
||||
HOMEPAGE="http://libearth.earthreader.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/libearth/libearth-0.1.2.tar.gz"
|
||||
MD5SUM="52749b8905c60e544d3c8a33dc6fefe8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
REQUIRES="futures"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
||||
|
|
Loading…
Reference in a new issue