mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/burp: Updated for version 1.3.32.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
a67db7ce04
commit
d9470c7cf2
4 changed files with 12 additions and 11 deletions
|
@ -1,3 +1,3 @@
|
|||
Burp is a backup and restore program. It uses librsync in order to save on the
|
||||
amount of space that is used by each backup. It also uses VSS (Volume Shadow
|
||||
Copy Service) to make snapshots when backing up Windows computers.
|
||||
Burp is a backup and restore program. It uses librsync in order to save on
|
||||
the amount of space that is used by each backup. It also uses VSS (Volume
|
||||
Shadow Copy Service) to make snapshots when backing up Windows computers.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for burp
|
||||
|
||||
# Copyright 2011, 2012 Chris Abela, Malta
|
||||
# Copyright 2011, 2012, 2013 Chris Abela, Malta
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=burp
|
||||
VERSION=${VERSION:-1.3.18}
|
||||
VERSION=${VERSION:-1.3.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -97,6 +97,7 @@ cp -a \
|
|||
CHANGELOG CONTRIBUTORS DONATIONS LICENSE README TODO UPGRADING docs \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/README.SBo > $PKG/usr/doc/$PRGNAM-$VERSION/README.SBo
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="burp"
|
||||
VERSION="1.3.18"
|
||||
VERSION="1.3.32"
|
||||
HOMEPAGE="http://burp.grke.net"
|
||||
DOWNLOAD="http://sourceforge.net/projects/burp/files/burp-1.3.18.tar.bz2"
|
||||
MD5SUM="fa15cfc599e413402cdfec7789bfbdf5"
|
||||
DOWNLOAD="http://sourceforge.net/projects/burp/files/burp-1.3.32.tar.bz2"
|
||||
MD5SUM="61d75a1904ec034bcbb2b82b35a4f613"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="librsync"
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
burp: burp (backup and restore program)
|
||||
burp:
|
||||
burp: Burp uses librsync in order to save on the amount of space that is used
|
||||
burp: by each backup. It also uses VSS (Volume Shadow Copy Service) to make
|
||||
burp: snapshots when backing up Windows computers.
|
||||
burp: Burp uses librsync in order to save on the amount of space that is
|
||||
burp: used by each backup. It also uses VSS (Volume Shadow Copy Service) to
|
||||
burp: make snapshots when backing up Windows computers.
|
||||
burp:
|
||||
burp: Homepage: http://burp.grke.net
|
||||
burp:
|
||||
|
|
Loading…
Reference in a new issue