lxml: Upgraded to 4.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-09-24 21:44:35 +07:00
parent aad277d608
commit 72d3fb5063
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -25,7 +25,7 @@
# Modified by Willy Sudiarto Raharjo for CSB Project
PRGNAM=lxml
VERSION=${VERSION:-3.8.0}
VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -71,6 +71,8 @@ find -L . \
python setup.py build --with-unicode-strings
python setup.py install --skip-build --root=$PKG
python3 setup.py build --with-unicode-strings
python3 setup.py install --skip-build --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