python/paramiko: Moved from /development + updated download link

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-30 00:11:16 +02:00 committed by Robby Workman
parent 9fb2b1a119
commit f8fceb6eaf
4 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for paramiko
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,12 +27,10 @@ VERSION=1.7.6
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

View File

@ -1,7 +1,7 @@
PRGNAM="paramiko"
VERSION="1.7.6"
HOMEPAGE="http://www.lag.net/paramiko/"
DOWNLOAD="http://www.lag.net/paramiko/download/paramiko-1.7.6.tar.gz"
DOWNLOAD="http://www.liwjatan.at/files/src/paramiko-1.7.6.tar.gz"
MD5SUM="fa144ab46f1dc639b05ab948c30efac4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""