mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/bitlbee: Updated for version 3.5.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
e893f595de
commit
29f6af108b
3 changed files with 6 additions and 19 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue