mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/tarsnap: Updated for version 1.0.37 + new maintainer.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
0f6e7fd029
commit
78506f44ef
4 changed files with 19 additions and 15 deletions
|
@ -1,7 +1,8 @@
|
|||
Encrypted Snapshotted Remote Backup Service
|
||||
Tarsnap: Online backups for the truly paranoid
|
||||
|
||||
Colin Percival's program 'tarsnap' to be used as a part of Tarsnap. Tarsnap
|
||||
is an online encrypted snapshotted backup service.
|
||||
is an online snapshotted backup service featuring client-side encryption
|
||||
and deduplication.
|
||||
|
||||
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.
|
||||
Please note that this is only the client. In order to use tarsnap you must
|
||||
subscribe to the service. Please visit https://tarsnap.com for further details.
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
tarsnap: tarsnap (Encrypted Snapshotted Remote Backup Service)
|
||||
tarsnap: tarsnap (Client-Side Encrypted Snapshotted Remote Backup Service)
|
||||
tarsnap:
|
||||
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 is an online snapshotted backup service featuring client-side
|
||||
tarsnap: encryption and deduplication.
|
||||
tarsnap:
|
||||
tarsnap: http://www.tarsnap.com
|
||||
tarsnap:
|
||||
tarsnap:
|
||||
tarsnap:
|
||||
tarsnap:
|
||||
tarsnap:
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
PRGNAM=tarsnap
|
||||
VERSION=${VERSION:-1.0.35}
|
||||
VERSION=${VERSION:-1.0.37}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tarsnap"
|
||||
VERSION="1.0.35"
|
||||
VERSION="1.0.37"
|
||||
HOMEPAGE="http://www.tarsnap.com"
|
||||
DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.35.tgz"
|
||||
MD5SUM="74daeff5479ec6f101a903f4047b526f"
|
||||
DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.37.tgz"
|
||||
MD5SUM="755492b15a2ab53286182c3ba5f05c94"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
MAINTAINER="Andrew Stevens"
|
||||
EMAIL="andrew@omniarch.is"
|
||||
|
|
Loading…
Reference in a new issue