diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2014-05-10 08:22:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:36:02 +0700 |
commit | 3ee177008e4a5e971f8589160350e027ccaec0a1 (patch) | |
tree | 4a7f94d3a641c475206893a86c2b1438a6b7f25e /network/bitlbee | |
parent | 1e763697020f6f4bf6e4155b50ef4ffc19d99a51 (diff) | |
download | slackbuilds-3ee177008e4a5e971f8589160350e027ccaec0a1.tar.gz |
network/bitlbee: Updated for version 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitlbee')
-rw-r--r-- | network/bitlbee/bitlbee.SlackBuild | 10 | ||||
-rw-r--r-- | network/bitlbee/bitlbee.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/network/bitlbee/bitlbee.SlackBuild b/network/bitlbee/bitlbee.SlackBuild index 3e57c37d75..a979621ed8 100644 --- a/network/bitlbee/bitlbee.SlackBuild +++ b/network/bitlbee/bitlbee.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild Script for bitlbee -# Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom +# Copyright 2007-2014 Michiel van Wessem, Leicester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bitlbee -VERSION=${VERSION:-3.2} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -155,9 +155,9 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/{oscar,skype} $PKG/var/lib/$PRGNAM cp -a \ COPYING doc/AUTHORS doc/CHANGES doc/CREDITS doc/FAQ doc/INSTALL \ - doc/README doc/bitlbee.schema doc/bitlbee.xinetd doc/comic_3.0.png \ - doc/example_plugin.c doc/user-guide/user-guide.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION + doc/README doc/HACKING doc/bitlbee.xinetd doc/comic_3.0.png \ + doc/example_plugin.c doc/user-guide/user-guide.txt doc/user-guide/user-guide.html \ + doc/user-guide/help.txt $PKG/usr/doc/$PRGNAM-$VERSION 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 diff --git a/network/bitlbee/bitlbee.info b/network/bitlbee/bitlbee.info index eec50aba98..f7de2cb26c 100644 --- a/network/bitlbee/bitlbee.info +++ b/network/bitlbee/bitlbee.info @@ -1,8 +1,8 @@ PRGNAM="bitlbee" -VERSION="3.2" +VERSION="3.2.1" HOMEPAGE="http://www.bitlbee.org" -DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.2.tar.gz" -MD5SUM="6a8fe98e96a47c636004a245075d5d7c" +DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.2.1.tar.gz" +MD5SUM="6ee7c7a99eb59dfcf0307fcf44c14105" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |