summaryrefslogtreecommitdiff
path: root/libraries/zope.hookable/zope.hookable.SlackBuild
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2013-03-04 00:05:16 -0500
committerdsomero <xgizzmo@slackbuilds.org>2013-03-04 17:26:54 -0500
commitc099ae55c1c7be8a07943834979773599a7d8b23 (patch)
treeb997a150aa468680a0f3cd5ba5eb88ded730e12e /libraries/zope.hookable/zope.hookable.SlackBuild
parent5ff23d91852f092acee7190dc968615f0df28868 (diff)
downloadslackbuilds-c099ae55c1c7be8a07943834979773599a7d8b23.tar.gz
libraries/zope.hookable: Updated for version 4.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/zope.hookable/zope.hookable.SlackBuild')
-rw-r--r--libraries/zope.hookable/zope.hookable.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/zope.hookable/zope.hookable.SlackBuild b/libraries/zope.hookable/zope.hookable.SlackBuild
index 0d814f976b..d23f6c9c7e 100644
--- a/libraries/zope.hookable/zope.hookable.SlackBuild
+++ b/libraries/zope.hookable/zope.hookable.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.hookable
-# Copyright 2011 Mikko Värri, Finland
+# Copyright 2013 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zope.hookable
-VERSION=${VERSION:-3.4.1}
+VERSION=${VERSION:-4.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,11 +57,11 @@ 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
-cp -a CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install