network/glusterfs: Updated for version 4.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a31868bb76
commit
bb60483594
|
@ -28,6 +28,7 @@ config etc/glusterfs/group-gluster-block.new
|
|||
config etc/glusterfs/group-metadata-cache.new
|
||||
config etc/glusterfs/group-nl-cache.new
|
||||
config etc/glusterfs/group-virt.example.new
|
||||
config etc/glusterfs/gsyncd.conf.new
|
||||
config etc/glusterfs/logger.conf.example.new
|
||||
config etc/logrotate.d/glusterfs-georep.new
|
||||
config etc/logrotate.d/glusterfs.new
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for GlusterFS
|
||||
|
||||
# Copyright (c) 2016-2017 Thomas Szteliga <ts@websafe.pl>, Opole, PL
|
||||
# Copyright (c) 2016-2018 Thomas Szteliga <ts@websafe.pl>, Opole, PL
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -23,7 +23,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
PRGNAM=glusterfs
|
||||
VERSION=${VERSION:-3.11.2}
|
||||
VERSION=${VERSION:-4.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,9 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--disable-tiering \
|
||||
LEXLIB=
|
||||
--build=$ARCH-slackware-linux
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
@ -104,6 +102,7 @@ mv $PKG/etc/$PRGNAM/group-gluster-block $PKG/etc/$PRGNAM/group-gluster-block.new
|
|||
mv $PKG/etc/$PRGNAM/group-metadata-cache $PKG/etc/$PRGNAM/group-metadata-cache.new
|
||||
mv $PKG/etc/$PRGNAM/group-nl-cache $PKG/etc/$PRGNAM/group-nl-cache.new
|
||||
mv $PKG/etc/$PRGNAM/group-virt.example $PKG/etc/$PRGNAM/group-virt.example.new
|
||||
mv $PKG/etc/$PRGNAM/gsyncd.conf $PKG/etc/$PRGNAM/gsyncd.conf.new
|
||||
mv $PKG/etc/$PRGNAM/logger.conf.example $PKG/etc/$PRGNAM/logger.conf.example.new
|
||||
|
||||
mkdir -p $PKG/etc/logrotate.d
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glusterfs"
|
||||
VERSION="3.11.2"
|
||||
VERSION="4.1.0"
|
||||
HOMEPAGE="https://www.gluster.org/"
|
||||
DOWNLOAD="https://download.gluster.org/pub/gluster/glusterfs/3.11/3.11.2/glusterfs-3.11.2.tar.gz"
|
||||
MD5SUM="d4a047f010cd5805cf780fd8c4723bc7"
|
||||
DOWNLOAD="https://download.gluster.org/pub/gluster/glusterfs/4.1/4.1.0/glusterfs-4.1.0.tar.gz"
|
||||
MD5SUM="2b9cd00fb6a1eff2f84489b7883303b7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="liburcu"
|
||||
|
|
|
@ -14,6 +14,6 @@ glusterfs: solutions for media streaming, data analysis, and other data- and
|
|||
glusterfs: bandwidth-intensive tasks. GlusterFS is free and open source
|
||||
glusterfs: software.
|
||||
glusterfs:
|
||||
glusterfs: Project homepage: https://www.gluster.org/
|
||||
glusterfs:
|
||||
glusterfs:
|
||||
glusterfs:
|
||||
|
|
Loading…
Reference in New Issue