From feb3f66018da23ca17f0e3f1a7032fd1ccb031e6 Mon Sep 17 00:00:00 2001 From: Justin H Haynes Date: Thu, 13 May 2010 00:41:56 +0200 Subject: system/tarsnap: Updated for version 1.0.26 --- system/tarsnap/README | 12 ++---------- system/tarsnap/slack-desc | 6 +++--- system/tarsnap/tarsnap.SlackBuild | 19 +++++++++++-------- system/tarsnap/tarsnap.info | 8 +++++--- 4 files changed, 21 insertions(+), 24 deletions(-) (limited to 'system/tarsnap') 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="" 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" -- cgit v1.2.3