summaryrefslogtreecommitdiffstats
path: root/libraries/pexpect
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-11 18:02:32 +0100
committer Robby Workman2013-11-11 20:08:15 +0100
commit3c2c4857e7783d9849e608cac3bd00dc94df3d73 (patch)
tree94d432049ac47b0748433e2d3965aafffe7295a0 /libraries/pexpect
parent6c989f3c5dc0044da85d93cf9cf1d973749336de (diff)
downloadslackbuilds-3c2c4857e7783d9849e608cac3bd00dc94df3d73.tar.gz
libraries/pexpect: Updated for version 2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/pexpect')
-rw-r--r--libraries/pexpect/pexpect.SlackBuild10
-rw-r--r--libraries/pexpect/pexpect.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/libraries/pexpect/pexpect.SlackBuild b/libraries/pexpect/pexpect.SlackBuild
index f5fd20f1e8..f6de12a7d7 100644
--- a/libraries/pexpect/pexpect.SlackBuild
+++ b/libraries/pexpect/pexpect.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pexpect
-VERSION=2.1
+VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -65,7 +63,11 @@ rm -rf $PRGNAM-$VERSION
tar xzvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
diff --git a/libraries/pexpect/pexpect.info b/libraries/pexpect/pexpect.info
index a307085011..4ef2d3ca15 100644
--- a/libraries/pexpect/pexpect.info
+++ b/libraries/pexpect/pexpect.info
@@ -1,8 +1,8 @@
PRGNAM="pexpect"
-VERSION="2.1"
+VERSION="2.3"
HOMEPAGE="http://pexpect.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/pexpect/pexpect-2.1.tar.gz"
-MD5SUM="fd3d67ac085332f074cd665424dcd631"
+DOWNLOAD="http://downloads.sourceforge.net/pexpect/pexpect-2.3.tar.gz"
+MD5SUM="bf107cf54e67bc6dec5bea1f3e6a65c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""