From d9242b54e426e739c926157c87a2b6b0123628e9 Mon Sep 17 00:00:00 2001 From: hollywoodb Date: Wed, 12 May 2010 17:44:27 +0200 Subject: network/weechat: Updated for version 0.2.6.1 --- network/weechat/weechat.SlackBuild | 11 +++++++---- network/weechat/weechat.info | 10 +++++----- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'network/weechat') diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild index e500cf8d53..974824d49b 100644 --- a/network/weechat/weechat.SlackBuild +++ b/network/weechat/weechat.SlackBuild @@ -4,10 +4,11 @@ # Modified by the SlackBuilds.org project NAME=weechat -VERSION=0.2.5 +VERSION=0.2.6.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$NAME @@ -52,8 +53,10 @@ make install DESTDIR=$PKG || exit 1 ( cd $PKG/usr/man/man1 ; ln -s weechat-curses.1 weechat.1 ) ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) ( cd $PKG/usr/man @@ -73,4 +76,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n -p $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/network/weechat/weechat.info b/network/weechat/weechat.info index ba679663ea..67cd84e5a8 100644 --- a/network/weechat/weechat.info +++ b/network/weechat/weechat.info @@ -1,8 +1,8 @@ PRGNAM="weechat" -VERSION="0.2.5" +VERSION="0.2.6.1" HOMEPAGE="http://weechat.flashtux.org" -DOWNLOAD="http://weechat.flashtux.org/download/weechat-0.2.5.tar.bz2" -MD5SUM="42f96620c3b2fd3dca9768d9ce16dd06" +DOWNLOAD="http://weechat.flashtux.org/download/weechat-0.2.6.1.tar.bz2" +MD5SUM="6cf818482feb6a6ef90b70694d25c7e9" MAINTAINER="hollywoodb" -EMAIL="hollywoodb@fastmail.fm" -APPROVED="BP{k}" +EMAIL="wade.nels@gmail.com" +APPROVED="dsomero" -- cgit v1.2.3