summaryrefslogtreecommitdiffstats
path: root/system/tarsnap
diff options
context:
space:
mode:
author Justin H Haynes <justin at justinhaynes dot com>2010-05-13 00:41:56 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:41:56 +0200
commitfeb3f66018da23ca17f0e3f1a7032fd1ccb031e6 (patch)
treec847802886dce455eb9d4dbd698fb84161617ca1 /system/tarsnap
parent6af3a84e4647033dbc520fb234d335f9f4fe13ba (diff)
downloadslackbuilds-feb3f66018da23ca17f0e3f1a7032fd1ccb031e6.tar.gz
slackbuilds-feb3f66018da23ca17f0e3f1a7032fd1ccb031e6.tar.xz
system/tarsnap: Updated for version 1.0.26
Diffstat (limited to 'system/tarsnap')
-rw-r--r--system/tarsnap/README12
-rw-r--r--system/tarsnap/slack-desc6
-rw-r--r--system/tarsnap/tarsnap.SlackBuild19
-rw-r--r--system/tarsnap/tarsnap.info8
4 files changed, 21 insertions, 24 deletions
diff --git a/system/tarsnap/README b/system/tarsnap/README
index c0fca1dd81..ea149f5165 100644
--- a/system/tarsnap/README
+++ b/system/tarsnap/README
@@ -1,15 +1,7 @@
Encrypted Snapshotted Remote Backup Service
-Colin Percival's program 'tarsnap' to be used as a part of his online encrypted
-snapshotted backup service, currently undergoing paid private beta testing.
-
-"Beta", means two things in this particular case:
-1. stable but not feature complete
-2. new releases come out rapidly. Please check for a newer release before
-building the one here - see https://beta.tarsnap.com/download.html
-
-An easy way to use the slackbuild on a newer version without editing:
-VERSION="<latest version>" tarsnap.SlackBuild
+Colin Percival's program 'tarsnap' to be used as a part of Tarsnap. Tarsnap
+is an online encrypted snapshotted backup service.
Please note that this is only the client. In order to use tarsnap, one must
subscribe to the Tarsnap service - see their website for details.
diff --git a/system/tarsnap/slack-desc b/system/tarsnap/slack-desc
index 67e5e14524..466ac4122c 100644
--- a/system/tarsnap/slack-desc
+++ b/system/tarsnap/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler-----------------------------------------------------|
tarsnap: tarsnap (Encrypted Snapshotted Remote Backup Service)
tarsnap:
-tarsnap: Colin Percival's program 'tarsnap' to be used as a part of his
-tarsnap: online encrypted snapshotted backup service, currently undergoing
-tarsnap: paid private beta testing
+tarsnap: Colin Percival's program 'tarsnap' to be used as a part of Tarsnap.
+tarsnap: Tarsnap is an online encrypted snapshotted backup service.
tarsnap:
tarsnap: http://www.tarsnap.com
tarsnap:
tarsnap:
tarsnap:
tarsnap:
+tarsnap:
diff --git a/system/tarsnap/tarsnap.SlackBuild b/system/tarsnap/tarsnap.SlackBuild
index 93ff05269d..de29d387ca 100644
--- a/system/tarsnap/tarsnap.SlackBuild
+++ b/system/tarsnap/tarsnap.SlackBuild
@@ -18,11 +18,10 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# Modified by the SlackBuilds.org project
PRGNAM=tarsnap
-VERSION=${VERSION:-1.0.17}
-#ARCH=${ARCH:-i486} # Do not set or edit this - we get it from the Makefile.
+VERSION=${VERSION:-1.0.26}
+ARCH=${ARCH:-i486} # This will later be overwritten from the Makefile
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,9 +39,9 @@ set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-at-$VERSION
-tar xvf $CWD/$PRGNAM-at-$VERSION.tgz
-cd $PRGNAM-at-$VERSION
+rm -rf $PRGNAM-autoconf-$VERSION
+tar xvf $CWD/$PRGNAM-autoconf-$VERSION.tgz
+cd $PRGNAM-autoconf-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -54,7 +53,8 @@ find . \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
- --docdir=/usr/doc/$PRGNAM-$VERSION
+ --docdir=/usr/doc/$PRGNAM-$VERSION \
+ --build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
@@ -63,6 +63,9 @@ make install DESTDIR=$PKG
ARCH=$(grep build_cpu Makefile | cut -d= -f 2 | sed s/^\ //)
# We'll leave stuff unstripped for now, since we're dealing with a beta
+# Though very stable, any debugging information might be helpful to
+# the developer (Colin)
+#
#( cd $PKG
# find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
@@ -81,4 +84,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/tarsnap/tarsnap.info b/system/tarsnap/tarsnap.info
index 76d94e038d..5353223ba1 100644
--- a/system/tarsnap/tarsnap.info
+++ b/system/tarsnap/tarsnap.info
@@ -1,8 +1,10 @@
PRGNAM="tarsnap"
-VERSION="1.0.17"
+VERSION="1.0.26"
HOMEPAGE="http://www.tarsnap.com"
-DOWNLOAD="https://beta.tarsnap.com/download/tarsnap-at-1.0.17.tgz"
-MD5SUM="bd46669df643fe3ffa8abc834bc87072"
+DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.26.tgz"
+MD5SUM="af17bca75ad6d4d0366d5df956090c8d"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Justin H Haynes"
EMAIL="justin at justinhaynes dot com"
APPROVED="rworkman"