mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python-nbxmpp: Updated for version 0.5.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4d0a40d66a
commit
570446370d
3 changed files with 10 additions and 14 deletions
|
@ -23,14 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-nbxmpp
|
||||
VERSION=${VERSION:-0.5.3}
|
||||
VERSION=${VERSION:-0.5.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
TARNAM=nbxmpp
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -61,11 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $TARNAM-$VERSION
|
||||
if [ -e "$CWD/$TARNAM-$VERSION.tar.gz" ]; then
|
||||
tar xvf $CWD/$TARNAM-$VERSION.tar.gz
|
||||
elif [ -e "$CWD/8" ]; then
|
||||
tar xvf $CWD/8
|
||||
fi
|
||||
tar xvf $CWD/$TARNAM-$VERSION.tar.gz
|
||||
cd $TARNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-nbxmpp"
|
||||
VERSION="0.5.3"
|
||||
HOMEPAGE="https://python-nbxmpp.gajim.org/"
|
||||
DOWNLOAD="https://python-nbxmpp.gajim.org/downloads/8"
|
||||
MD5SUM="62cc22fd25fb5fa3aa405338349446ed"
|
||||
VERSION="0.5.4"
|
||||
HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
|
||||
DOWNLOAD="https://dev.gajim.org/gajim/python-nbxmpp/uploads/cf0374c23bc53eb638ea051e83374917/nbxmpp-0.5.4.tar.gz"
|
||||
MD5SUM="7e09126aa3148274c43db4af39ad832d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -11,7 +11,7 @@ python-nbxmpp:
|
|||
python-nbxmpp: python-nbxmpp is a Python library that provides a way for Python
|
||||
python-nbxmpp: applications to use Jabber/XMPP networks in a non-blocking way.
|
||||
python-nbxmpp:
|
||||
python-nbxmpp: This library is initialy a fork of xmpppy one, but using
|
||||
python-nbxmpp: This library is initially a fork of xmpppy one, but using
|
||||
python-nbxmpp: non-blocking sockets.
|
||||
python-nbxmpp:
|
||||
python-nbxmpp:
|
||||
|
|
Loading…
Reference in a new issue