mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
glusterfs: update to 5.3
closes #8999 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
7237e99cc5
commit
46d1600431
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'glusterfs'
|
# Template file for 'glusterfs'
|
||||||
pkgname=glusterfs
|
pkgname=glusterfs
|
||||||
version=3.12.14
|
version=5.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-glupy --enable-crypt-xlator
|
configure_args="--disable-glupy --enable-crypt-xlator
|
||||||
--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
|
--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
|
||||||
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no"
|
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
|
||||||
|
ac_cv_file__etc_centos_release=no"
|
||||||
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
|
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
|
||||||
hostmakedepends="automake flex libtool pkg-config python"
|
hostmakedepends="automake flex libtool pkg-config python"
|
||||||
makedepends="acl-devel fuse-devel libaio-devel liblvm2app-devel libressl-devel
|
makedepends="acl-devel fuse-devel libaio-devel liblvm2app-devel libressl-devel
|
||||||
liburcu-devel libxml2-devel sqlite-devel"
|
liburcu-devel libxml2-devel rdma-core-devel sqlite-devel"
|
||||||
# python is required by gsyncd.
|
# python is required by gsyncd.
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Free and open source software scalable network filesystem (client)"
|
short_desc="Free and open source software scalable network filesystem (client)"
|
||||||
|
@ -17,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-3.0-only"
|
license="GPL-2.0-or-later, LGPL-3.0-only"
|
||||||
homepage="http://www.gluster.org/"
|
homepage="http://www.gluster.org/"
|
||||||
distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a692c263eefecb9640e8a4154fe0c5bc1613a0b0ed3a92209ff0b628f5945509
|
checksum=293542b1f43e681741282d1ba2aefe9b501321c782e896f518cca36072414448
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) broken="not yet supported";;
|
*-musl) broken="not yet supported";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue