summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Christopher Walker2011-12-16 20:16:26 +0100
committer Robby Workman2011-12-22 07:02:52 +0100
commita1af27125e423895ae4d458f0023673b1ab25443 (patch)
treee2a1b761a39bd44268d2e5d1fc2eb05243b0722a /system
parentac31ec696c0de4bfccb44264689a0deb72ba9df4 (diff)
downloadslackbuilds-a1af27125e423895ae4d458f0023673b1ab25443.tar.gz
system/amanda: Updated for version 3.3.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/amanda/README2
-rw-r--r--system/amanda/amanda.SlackBuild5
-rw-r--r--system/amanda/amanda.info6
3 files changed, 8 insertions, 5 deletions
diff --git a/system/amanda/README b/system/amanda/README
index 09d25b13f5..925fd00984 100644
--- a/system/amanda/README
+++ b/system/amanda/README
@@ -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.
diff --git a/system/amanda/amanda.SlackBuild b/system/amanda/amanda.SlackBuild
index d46ed47606..164290cc00 100644
--- a/system/amanda/amanda.SlackBuild
+++ b/system/amanda/amanda.SlackBuild
@@ -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
diff --git a/system/amanda/amanda.info b/system/amanda/amanda.info
index 8645272913..ee0fb5ef2d 100644
--- a/system/amanda/amanda.info
+++ b/system/amanda/amanda.info
@@ -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"