summaryrefslogtreecommitdiffstats
path: root/system/tarsnap/tarsnap.SlackBuild
diff options
context:
space:
mode:
author Andrew Stevens <andrew@omniarch.is>2016-06-06 14:40:22 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-08 08:33:37 +0700
commit78506f44ef4c003d996298a5d879351d001f916a (patch)
tree34018013312b076d0f88e2fe60169ca4fdb88fb7 /system/tarsnap/tarsnap.SlackBuild
parent0f6e7fd029af6e4cb0096734aa6587db922fb633 (diff)
downloadslackbuilds-78506f44ef4c003d996298a5d879351d001f916a.tar.gz
slackbuilds-78506f44ef4c003d996298a5d879351d001f916a.tar.xz
system/tarsnap: Updated for version 1.0.37 + new maintainer.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/tarsnap/tarsnap.SlackBuild')
-rw-r--r--system/tarsnap/tarsnap.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/tarsnap/tarsnap.SlackBuild b/system/tarsnap/tarsnap.SlackBuild
index 64fc44e48f..95945027db 100644
--- a/system/tarsnap/tarsnap.SlackBuild
+++ b/system/tarsnap/tarsnap.SlackBuild
@@ -22,7 +22,7 @@
PRGNAM=tarsnap
-VERSION=${VERSION:-1.0.35}
+VERSION=${VERSION:-1.0.37}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -43,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
# feeding same to the configure script, but the tarsnap configure script
# figures out the architecture itself.
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -87,6 +87,9 @@ ARCH=$(grep build_cpu Makefile | cut -d= -f 2 | sed s/^\ //)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ COPYING \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install