summaryrefslogtreecommitdiffstats
path: root/network/bitlbee/bitlbee.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/bitlbee/bitlbee.SlackBuild')
-rw-r--r--network/bitlbee/bitlbee.SlackBuild12
1 files changed, 2 insertions, 10 deletions
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 \