system/amanda: Updated for version 3.3.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Christopher Walker 2011-12-16 17:16:26 -02:00 committed by Robby Workman
parent ac31ec696c
commit a1af27125e
3 changed files with 8 additions and 5 deletions

View File

@ -9,6 +9,6 @@ You will need to have a special user and group created for AMANDA to use;
this defaults to user and group of "amanda" but you can specify whatever
group you wish - see the build script for more information.
After installing, see the /usr/doc/amanda-3.2.1/README.Slackware for
After installing, see the /usr/doc/amanda-3.3.0/README.Slackware for
more information on how to modify inetd.conf to start the the Amanda
daemons automatically at boot.

View File

@ -32,7 +32,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=amanda
VERSION=${VERSION:-3.2.1}
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAB:-_SBo}
@ -94,6 +94,8 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
PERLDIR=$(perl -V:installvendorlib | cut -d\' -f2)
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -110,6 +112,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-rsh-security \
--with-ssh-security \
--with-bsdtcp-security \
--with-amperldir=$PERLDIR \
--disable-static \
--build=$ARCH-slackware-linux

View File

@ -1,8 +1,8 @@
PRGNAM="amanda"
VERSION="3.2.1"
VERSION="3.3.0"
HOMEPAGE="http://www.amanda.org/"
DOWNLOAD="http://downloads.sourceforge.net/amanda/amanda-3.2.1.tar.gz"
MD5SUM="52448420a04d27b8ce47ef397b0a7061"
DOWNLOAD="http://downloads.sourceforge.net/project/amanda/amanda%20-%20stable/3.3.0/amanda-3.3.0.tar.gz"
MD5SUM="e206f42fb523c6bfe728b03665d4e277"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Christopher Walker"