mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/bacula-client: Documentation and script updates.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
43725c3bdb
commit
51876ca336
3 changed files with 15 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Bacula Client
|
||||
|
||||
# Copyright 2010-2013, mario <mario@slackverse.org>
|
||||
# Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=bacula-client
|
||||
VERSION=${VERSION:-5.2.13}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=bacula
|
||||
|
@ -80,8 +80,11 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-scriptdir=/usr/bin \
|
||||
--with-working-dir=/var/bacula/working \
|
||||
--with-scriptdir=/var/bacula/scripts \
|
||||
--with-logdir=/var/bacula/working \
|
||||
--with-plugindir=/var/bacula/plugins \
|
||||
--enable-smartalloc \
|
||||
--disable-readline \
|
||||
--enable-client-only \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="43417bae0c221afb1f30a581c9e0f2fe"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="mario"
|
||||
EMAIL="mario@slackverse.org"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
Loading…
Reference in a new issue