mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/ZConfig: Updated for version 2.9.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
88b755335e
commit
4947a1ccff
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for ZConfig
|
# Slackware build script for ZConfig
|
||||||
|
|
||||||
# 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=ZConfig
|
PRGNAM=ZConfig
|
||||||
VERSION=${VERSION:-2.9.0}
|
VERSION=${VERSION:-2.9.2}
|
||||||
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 xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ZConfig"
|
PRGNAM="ZConfig"
|
||||||
VERSION="2.9.0"
|
VERSION="2.9.2"
|
||||||
HOMEPAGE="http://pypi.python.org/pypi/ZConfig"
|
HOMEPAGE="http://pypi.python.org/pypi/ZConfig"
|
||||||
DOWNLOAD="http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-2.9.0.zip"
|
DOWNLOAD="http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-2.9.2.tar.gz"
|
||||||
MD5SUM="5c932690a70c8907efd240cdd76a7bc4"
|
MD5SUM="4ed769263676c711ca09eb68a820ae54"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Mikko Värri"
|
MAINTAINER="Mikko Värri"
|
||||||
|
|
Loading…
Reference in a new issue