summaryrefslogtreecommitdiffstats
path: root/libraries/libstrophe
diff options
context:
space:
mode:
author Pedro R.M. Júnior <pedrormjunior@gmail.com>2018-09-26 22:01:11 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-29 07:47:34 +0700
commitd3104b1ea9b005b881badbcfa83a45dcbdb7edf2 (patch)
tree89e7caa501789083ee462cc72c45e13cd9458c14 /libraries/libstrophe
parenta94ee912a3c1b6ac74df45c09b2eada72dc698b5 (diff)
downloadslackbuilds-d3104b1ea9b005b881badbcfa83a45dcbdb7edf2.tar.gz
slackbuilds-d3104b1ea9b005b881badbcfa83a45dcbdb7edf2.tar.xz
libraries/libstrophe: Updated for version 0.9.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libstrophe')
-rw-r--r--libraries/libstrophe/README6
-rw-r--r--libraries/libstrophe/libstrophe.SlackBuild12
-rw-r--r--libraries/libstrophe/libstrophe.info6
3 files changed, 12 insertions, 12 deletions
diff --git a/libraries/libstrophe/README b/libraries/libstrophe/README
index 2518884004..55926b8db7 100644
--- a/libraries/libstrophe/README
+++ b/libraries/libstrophe/README
@@ -1,4 +1,4 @@
-libstrophe is a minimal XMPP library written in C. It has almost no
-external dependencies, only an XML parsing library (expat or libxml
-are both supported). It is designed for both POSIX and Windows
+libstrophe is a minimal XMPP library written in C. It has almost no
+external dependencies, only an XML parsing library (expat or libxml
+are both supported). It is designed for both POSIX and Windows
systems.
diff --git a/libraries/libstrophe/libstrophe.SlackBuild b/libraries/libstrophe/libstrophe.SlackBuild
index 148c770faf..d4e248b778 100644
--- a/libraries/libstrophe/libstrophe.SlackBuild
+++ b/libraries/libstrophe/libstrophe.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libstrophe
-# Copyright 2015 Pedro R.M. Júnior, Campinas-SP, Brazil
+# Copyright 2015-2018 Pedro R.M. Júnior, Campinas, SP, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libstrophe
-VERSION=${VERSION:-0.8.7}
+VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,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"
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/libraries/libstrophe/libstrophe.info b/libraries/libstrophe/libstrophe.info
index c9d7057940..a4183d0935 100644
--- a/libraries/libstrophe/libstrophe.info
+++ b/libraries/libstrophe/libstrophe.info
@@ -1,8 +1,8 @@
PRGNAM="libstrophe"
-VERSION="0.8.7"
+VERSION="0.9.2"
HOMEPAGE="http://strophe.im/libstrophe/"
-DOWNLOAD="https://github.com/strophe/libstrophe/archive/0.8.7.tar.gz"
-MD5SUM="30be74c566028b31cfbc91d11a36dce8"
+DOWNLOAD="https://github.com/strophe/libstrophe/archive/0.9.2/libstrophe-0.9.2.tar.gz"
+MD5SUM="6ac3b0af98fd96a2d63be45de20ba4cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""