summaryrefslogtreecommitdiffstats
path: root/network/bitlbee
diff options
context:
space:
mode:
author Marcel Saegebarth2017-03-23 19:49:05 +0100
committer David Spencer2017-03-25 01:10:11 +0100
commit29f6af108bdcc493168ec653afd514f90e9bd94a (patch)
tree87a90f5081a7d52fa2003d66089cb6e3a0bbb465 /network/bitlbee
parente893f595decbf8a43d4a040431efa70c0a7a2495 (diff)
downloadslackbuilds-29f6af108bdcc493168ec653afd514f90e9bd94a.tar.gz
network/bitlbee: Updated for version 3.5.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'network/bitlbee')
-rw-r--r--network/bitlbee/README7
-rw-r--r--network/bitlbee/bitlbee.SlackBuild12
-rw-r--r--network/bitlbee/bitlbee.info6
3 files changed, 6 insertions, 19 deletions
diff --git a/network/bitlbee/README b/network/bitlbee/README
index 37427564ce..f0063c3c44 100644
--- a/network/bitlbee/README
+++ b/network/bitlbee/README
@@ -24,11 +24,6 @@ Add the line below to your /etc/inetd.conf file:
Restart inetd (/etc/rc.d/rc.inetd restart). All that is left to do now
is connect your irc client to the localhost.
-if you want to use libevent for events, instead of the default glib,
-install libevent and run the script like this:
-
- EVENTS=libevent ./bitlbee.SlackBuild
-
OTR (Off the record) is not compiled by default. If you want bitlbee
to compile with OTR capabilities, you'll need to install libotr from
Slackware and run the script as follows:
@@ -36,7 +31,7 @@ Slackware and run the script as follows:
OTR=yes ./bitlbee.SlackBuild
From version 3.2 bitlbee offers some form of skype support, even though
-this will not ever be part of bitlbee proper. please see the documentation
+this will not ever be part of bitlbee proper. Please see the documentation
in protocols/skype in the source package for information. You can run the
script as following:
diff --git a/network/bitlbee/bitlbee.SlackBuild b/network/bitlbee/bitlbee.SlackBuild
index 473468aba4..055323d899 100644
--- a/network/bitlbee/bitlbee.SlackBuild
+++ b/network/bitlbee/bitlbee.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for "bitlbee".
# Copyright 2007-2016 Michiel van Wessem, Leicester, United Kingdom
-# Copyright 2016 Marcel Saegebarth <marc@mos6581.de>
+# Copyright 2016-2017 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bitlbee
-VERSION=${VERSION:-3.4.2}
+VERSION=${VERSION:-3.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -113,7 +113,6 @@ EOF
exit
fi
-# This seems to require gnutls to work properly...
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CPU="$ARCH" \
@@ -134,16 +133,11 @@ CPU="$ARCH" \
--ipv6=1 \
--plugins=1 \
--debug=0 \
- --events=${EVENTS:-glib} \
--ssl=${CRYPT:-gnutls} \
--otr=${USEOTR} \
--skype=${USESKYPE} \
--build=$ARCH-slackware-linux
-if [ -e Makefile.settings ]; then
- sed -i "s#CPU=i686#CPU=$ARCH#" Makefile.settings
-fi
-
make all
make install install-dev install-etc install-doc install-plugins DESTDIR=$PKG
@@ -162,8 +156,6 @@ cp -a protocols/oscar/{AUTHORS,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION/oscar
cp -a protocols/skype/{HACKING,NEWS,README} $PKG/usr/doc/$PRGNAM-$VERSION/skype
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-# Rewrite the documentation to replace /usr/local/ with /usr
-# and /etc/init.d/inetd wih /etc/rc.d/rc.inetd
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec \
sed -i 's#/usr/local/#/usr/#' {} \;
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec \
diff --git a/network/bitlbee/bitlbee.info b/network/bitlbee/bitlbee.info
index 2a80fffaeb..ada5deafed 100644
--- a/network/bitlbee/bitlbee.info
+++ b/network/bitlbee/bitlbee.info
@@ -1,8 +1,8 @@
PRGNAM="bitlbee"
-VERSION="3.4.2"
+VERSION="3.5.1"
HOMEPAGE="http://www.bitlbee.org"
-DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.4.2.tar.gz"
-MD5SUM="3b620bf80c35d673cd08311792ec96be"
+DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.5.1.tar.gz"
+MD5SUM="c65fb9cd81c313d03348a6727000ebc0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""