mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/zope.security: Updated for version 3.8.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
d08b073b5d
commit
99df0872e0
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for zope.security
|
# Slackware build script for zope.security
|
||||||
|
|
||||||
# Copyright 2011 Mikko Värri, Finland
|
# Copyright 2012 Mikko Värri, Finland
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=zope.security
|
PRGNAM=zope.security
|
||||||
VERSION=${VERSION:-3.8.2}
|
VERSION=${VERSION:-3.8.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
|
@ -57,7 +57,7 @@ find . \
|
||||||
|
|
||||||
python setup.py install --root=$PKG
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="zope.security"
|
PRGNAM="zope.security"
|
||||||
VERSION="3.8.2"
|
VERSION="3.8.3"
|
||||||
HOMEPAGE="http://pypi.python.org/pypi/zope.security"
|
HOMEPAGE="http://pypi.python.org/pypi/zope.security"
|
||||||
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.security/zope.security-3.8.2.zip"
|
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.security/zope.security-3.8.3.tar.gz"
|
||||||
MD5SUM="1500af0e9b89ec4f7ee169128db7f361"
|
MD5SUM="0b4f0bec812ddd84e9e4ef427dadb889"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Mikko Värri"
|
MAINTAINER="Mikko Värri"
|
||||||
EMAIL="vmj@linuxbox.fi"
|
EMAIL="vmj@linuxbox.fi"
|
||||||
APPROVED="dsomero"
|
APPROVED="dsomero,Erik Hanson"
|
||||||
|
|
Loading…
Reference in a new issue