diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2012-06-30 12:07:00 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-30 12:07:00 -0400 |
commit | 647fb6daaecb190a10fbcd823da7902d8bf57628 (patch) | |
tree | 7791f01cb052f85541bf8da9893772f10a154c5f | |
parent | 5fcac655209c4e1f662d659a306951c16b29ac3b (diff) | |
download | slackbuilds-647fb6daaecb190a10fbcd823da7902d8bf57628.tar.gz |
network/bitlbee: Updated for version 3.0.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | network/bitlbee/bitlbee.SlackBuild | 12 | ||||
-rw-r--r-- | network/bitlbee/bitlbee.info | 8 | ||||
-rw-r--r-- | network/bitlbee/slack-desc | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/network/bitlbee/bitlbee.SlackBuild b/network/bitlbee/bitlbee.SlackBuild index 27f1928a25..8a6fc01bb8 100644 --- a/network/bitlbee/bitlbee.SlackBuild +++ b/network/bitlbee/bitlbee.SlackBuild @@ -1,5 +1,5 @@ #!/bin/sh - + # SlackBuild Script for bitlbee # Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bitlbee -VERSION=${VERSION:-3.0.4} +VERSION=${VERSION:-3.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -102,7 +102,7 @@ cat << EOF # groupadd -g $BITLBEE_GROUP bitlbee EOF - + exit fi @@ -130,10 +130,10 @@ CPU="$ARCH" \ --events=${EVENTS:-glib} \ --ssl=${CRYPT:-gnutls} \ --otr=${USEOTR} \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux if [ -e Makefile.settings ]; then - sed -i "s#CPU=i686#CPU=$ARCH#" Makefile.settings + sed -i "s#CPU=i686#CPU=$ARCH#" Makefile.settings fi make all @@ -153,7 +153,7 @@ cp -a \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# Rewrite the documentation to replace /usr/local/ with /usr +# 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/#' {} \; diff --git a/network/bitlbee/bitlbee.info b/network/bitlbee/bitlbee.info index 16958281a6..75b82d3d2f 100644 --- a/network/bitlbee/bitlbee.info +++ b/network/bitlbee/bitlbee.info @@ -1,10 +1,10 @@ PRGNAM="bitlbee" -VERSION="3.0.4" +VERSION="3.0.5" HOMEPAGE="http://www.bitlbee.org" -DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.0.4.tar.gz" -MD5SUM="3eb1e3e30c015885c641503eec4b05cb" +DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.0.5.tar.gz" +MD5SUM="9ff97260a2a7f3a7d102db158a8d9887" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Michiel van Wessem" EMAIL="michiel@slackbuilds.org" -APPROVED="Niels Horn" +APPROVED="dsomero" diff --git a/network/bitlbee/slack-desc b/network/bitlbee/slack-desc index c43716bbc6..8c281eaa7a 100644 --- a/network/bitlbee/slack-desc +++ b/network/bitlbee/slack-desc @@ -11,7 +11,7 @@ bitlbee: bitlbee: BitlBee is an IRC instant messaging gateway licensed under bitlbee: the terms of the GPLicense. It communicates with the end bitlbee: user via the IRC protocol whilst interacting with popular -bitlbee: chat networks such as AIM, ICQ, MSN, Yahoo and Jabber. +bitlbee: chat networks such as AIM, ICQ, MSN, Yahoo and Jabber. bitlbee: The users buddies appear as normal IRC users in a channel bitlbee: and conversations use the private message facility of IRC bitlbee: compiled with: msn, yahoo, jabber and oscar protocols |