development/bluefish: Updated for version 2.0.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-15 00:06:20 -05:00
parent 7f9eb9216a
commit 89133688be
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for bluefish
# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bluefish
VERSION=2.0.2
VERSION=2.0.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,8 +80,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="bluefish"
VERSION="2.0.2"
VERSION="2.0.3"
HOMEPAGE="http://bluefish.openoffice.nl/index.html"
DOWNLOAD="http://www.bennewitz.com/bluefish/stable/source/bluefish-2.0.2.tar.bz2"
MD5SUM="0229a3fb1d68c926391761efbe12eb1b"
DOWNLOAD="http://www.bennewitz.com/bluefish/stable/source/bluefish-2.0.3.tar.bz2"
MD5SUM="4c062fcb1f90f91a35687b877d37d6dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"