summaryrefslogtreecommitdiffstats
path: root/system/bleachbit/bleachbit.SlackBuild
diff options
context:
space:
mode:
author Pierre Cazenave2011-05-18 21:49:39 +0200
committer Robby Workman2011-05-18 21:49:39 +0200
commit9033414ba4a71984780429165e2eae8c2314c995 (patch)
treef1cf6c87867ec051cbc63375e7ce49b71b5c7b03 /system/bleachbit/bleachbit.SlackBuild
parent34827221b9229e090323d22c63ac674a3e4e0f99 (diff)
downloadslackbuilds-9033414ba4a71984780429165e2eae8c2314c995.tar.gz
system/bleachbit: Updated for version 0.8.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/bleachbit/bleachbit.SlackBuild')
-rw-r--r--system/bleachbit/bleachbit.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild
index bd32a1a73d..e194f1e7d5 100644
--- a/system/bleachbit/bleachbit.SlackBuild
+++ b/system/bleachbit/bleachbit.SlackBuild
@@ -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