From 73994d4aef9dedcfbdb81832e041faf02dcabeef Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Mon, 25 Jun 2012 21:44:45 -0400 Subject: python/pyasn1: Updated for version 0.1.3. Signed-off-by: dsomero --- python/pyasn1/pyasn1.SlackBuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'python/pyasn1/pyasn1.SlackBuild') diff --git a/python/pyasn1/pyasn1.SlackBuild b/python/pyasn1/pyasn1.SlackBuild index 8a55495b4bbe..7994d2aa3cfe 100644 --- a/python/pyasn1/pyasn1.SlackBuild +++ b/python/pyasn1/pyasn1.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyasn1. -# Copyright 2011 Markus Reichelt, Aachen, DE +# Copyright 2011-2012 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,11 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 -# 2011 September 04 - initial release +# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=pyasn1 -VERSION=${VERSION:-0.0.13} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +73,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 -- cgit v1.2.3