mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/bacula: Updated for version 9.6.7.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f58774faa2
commit
859b8843bf
2 changed files with 13 additions and 11 deletions
|
@ -22,11 +22,16 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220301 bkw: Modified by SlackBuilds.org:
|
||||
# - updated for v9.6.7, to fix 32-bit builds. I didn't update to the 11.x
|
||||
# series, someone who actually uses & can test bacula will have to
|
||||
# decide to do that.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bacula
|
||||
VERSION=${VERSION:-9.6.3}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-9.6.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -38,9 +43,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -142,9 +144,9 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
-o -perm 511 \) -exec chmod 755 {} \+ -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -173,7 +175,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
$ENABLE_BAT \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make V=1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bacula"
|
||||
VERSION="9.6.3"
|
||||
VERSION="9.6.7"
|
||||
HOMEPAGE="http://www.bacula.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-9.6.3.tar.gz"
|
||||
MD5SUM="6d64bc27de773ee0e0ca1d836cbe4008"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-9.6.7.tar.gz"
|
||||
MD5SUM="2fa01ba7b0bb171535f6510b96ffd22b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue