network/weechat: Updated for version 0.4.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
firebird 2013-01-26 22:15:52 -06:00 committed by Robby Workman
parent f1b14f64b4
commit 9b9e86c712
3 changed files with 12 additions and 12 deletions

View file

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
weechat: weechat (a light & fast curses-based IRC client)
@ -11,7 +11,7 @@ weechat:
weechat: WeeChat is a fast & light multilingual curses-based multiplatform
weechat: IRC client written from scratch and released under the GPL.
weechat:
weechat: homepage: http://www.weechat.org
weechat: Homepage: http://www.weechat.org
weechat:
weechat:
weechat:

View file

@ -4,7 +4,7 @@
# Maintained by sero (firebird209 at gmail dot com)
PRGNAM=weechat
VERSION=0.3.9.2
VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,7 +70,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README ABOUT-NLS UPGRADE_0.3 $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="weechat"
VERSION="0.3.9.2"
VERSION="0.4.0"
HOMEPAGE="http://www.weechat.org"
DOWNLOAD="http://www.weechat.org/files/src/weechat-0.3.9.2.tar.bz2"
MD5SUM="636e96a62e60155f3b9769905d9912b9"
DOWNLOAD="http://www.weechat.org/files/src/weechat-0.4.0.tar.bz2"
MD5SUM="b2e10ca1e3a72142fcc8d58c7c774b1b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="sero"
MAINTAINER="firebird"
EMAIL="firebird209@gmail.com"