mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/zope.component: Updated for version 4.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
78783360ca
commit
1fc3d3c378
3 changed files with 11 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
zope.component: zope.component (Zope Component Architecture)
|
zope.component: zope.component (Zope Component Architecture)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for zope.component
|
# Slackware build script for zope.component
|
||||||
|
|
||||||
# Copyright 2012 Mikko Värri, Finland
|
# Copyright 2013 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.component
|
PRGNAM=zope.component
|
||||||
VERSION=${VERSION:-3.12.1}
|
VERSION=${VERSION:-4.0.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="zope.component"
|
PRGNAM="zope.component"
|
||||||
VERSION="3.12.1"
|
VERSION="4.0.2"
|
||||||
HOMEPAGE="http://pypi.python.org/pypi/zope.component/"
|
HOMEPAGE="http://pypi.python.org/pypi/zope.component/"
|
||||||
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-3.12.1.zip"
|
DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-4.0.2.tar.gz"
|
||||||
MD5SUM="ef29587b5fe78123d212b35331f3ce0d"
|
MD5SUM="8c2fd4414ca23cbbe014dcaf911acebc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="zope.event zope.interface"
|
REQUIRES="zope.event zope.interface"
|
||||||
|
|
Loading…
Reference in a new issue