diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:05:20 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:54 -0500 |
commit | 451bd8f37f88aa1d937de90a469205d98e763c4f (patch) | |
tree | 38c6758d44d791408ef12bccfb3de079d2706432 /libraries/zope.location/zope.location.SlackBuild | |
parent | db281a023daf9bdb78066d9bdaefce02fad4d3e3 (diff) | |
download | slackbuilds-451bd8f37f88aa1d937de90a469205d98e763c4f.tar.gz |
libraries/zope.location: Updated for version 4.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/zope.location/zope.location.SlackBuild')
-rw-r--r-- | libraries/zope.location/zope.location.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/zope.location/zope.location.SlackBuild b/libraries/zope.location/zope.location.SlackBuild index 9e6a95cebe..b5190c2465 100644 --- a/libraries/zope.location/zope.location.SlackBuild +++ b/libraries/zope.location/zope.location.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zope.location -# 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.location -VERSION=${VERSION:-3.9.1} +VERSION=${VERSION:-4.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -58,7 +58,7 @@ find . \ python setup.py install --root=$PKG 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.rst README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |