summaryrefslogtreecommitdiff
path: root/python/pycurl/pycurl.SlackBuild
diff options
context:
space:
mode:
authorLukenShiro <lukenshiro@ngi.it>2011-12-14 16:27:46 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:50 -0200
commitbd13c3c6503f92cf355ec795e3afa2fd5b84621c (patch)
tree3e6359ebf190fb3a6eaa90b2214ec4c8e1202bb9 /python/pycurl/pycurl.SlackBuild
parent3f6625a5c8b750a067f79ccc41518f4a55960b7f (diff)
downloadslackbuilds-bd13c3c6503f92cf355ec795e3afa2fd5b84621c.tar.gz
python/pycurl: Misc. cleanup and maintainer change
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pycurl/pycurl.SlackBuild')
-rw-r--r--python/pycurl/pycurl.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/pycurl/pycurl.SlackBuild b/python/pycurl/pycurl.SlackBuild
index 5a2f5f981d..ed6ea11041 100644
--- a/python/pycurl/pycurl.SlackBuild
+++ b/python/pycurl/pycurl.SlackBuild
@@ -3,10 +3,11 @@
# Slackware build script for pycurl
# Written by Grissiom chaos.proton@gmail.com
+# Updated by LukenShiro <lukenshiro@ngi.it>
PRGNAM=pycurl
VERSION=${VERSION:-7.19.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -55,7 +56,7 @@ find . \
python setup.py install --root=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+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