system/bleachbit: Updated for version 0.8.7.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Pierre Cazenave 2011-05-18 14:49:39 -05:00 committed by Robby Workman
parent 34827221b9
commit 9033414ba4
3 changed files with 19 additions and 19 deletions

View file

@ -1,8 +1,8 @@
#!/bin/sh
#!/bin/bash
# SlackBuild script for bleachbit.
#
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# Copyright 2009-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,11 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bleachbit
VERSION=${VERSION:-0.6.3}
ARCH=noarch
VERSION=${VERSION:-0.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -44,8 +45,7 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Exclude the Windows-only cleaners from the package as per author's
# instructions.
# Exclude the Windows-only cleaners from the source per author's instructions.
grep -l os=.windows. cleaners/*xml | xargs rm -f
make install DESTDIR=$PKG prefix=/usr

View file

@ -1,10 +1,10 @@
PRGNAM="bleachbit"
VERSION="0.6.3"
VERSION="0.8.7"
HOMEPAGE="http://bleachbit.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/bleachbit/bleachbit-0.6.3.tar.bz2"
MD5SUM="305963247e84d1a55247aa9fde7d4a17"
DOWNLOAD="http://downloads.sourceforge.net/bleachbit/bleachbit-0.8.7.tar.bz2"
MD5SUM="b63a6949d7683692dfad992ed71b8d25"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"
EMAIL="pwcazenave <at> gmail {dot} com"
APPROVED="dsomero"
APPROVED="rworkman"