mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/glusterfs to 11.1-1
This commit is contained in:
parent
c8645a77ea
commit
dc0e6d9ec1
2 changed files with 37 additions and 2 deletions
35
extra/glusterfs/.SRCINFO
Normal file
35
extra/glusterfs/.SRCINFO
Normal file
|
@ -0,0 +1,35 @@
|
|||
pkgbase = glusterfs
|
||||
pkgdesc = a cluster file-system capable of scaling to several peta-bytes.
|
||||
pkgver = 11.1
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://www.gluster.org/
|
||||
install = glusterfs.install
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = LGPL3
|
||||
makedepends = rpcsvc-proto
|
||||
depends = fuse
|
||||
depends = python
|
||||
depends = libxml2
|
||||
depends = libaio
|
||||
depends = liburcu
|
||||
depends = attr
|
||||
depends = rpcbind
|
||||
depends = liburing
|
||||
depends = gperftools
|
||||
optdepends = glib2: qemu-block
|
||||
optdepends = python-prettytable: gluster-georep-sshkey
|
||||
backup = etc/glusterfs/glusterd.vol
|
||||
backup = etc/glusterfs/eventsconfig.json
|
||||
backup = etc/glusterfs/gluster-rsyslog-5.8.conf
|
||||
backup = etc/glusterfs/gluster-rsyslog-7.2.conf
|
||||
backup = etc/glusterfs/glusterd.vol
|
||||
backup = etc/glusterfs/glusterfs-georep-logrotate
|
||||
backup = etc/glusterfs/glusterfs-logrotate
|
||||
source = https://download.gluster.org/pub/gluster/glusterfs/11/11.1/glusterfs-11.1.tar.gz
|
||||
source = glusterfs.sysusers
|
||||
sha256sums = 6a31b8450d02cd12f47f4571c031e9d6b8705279a0e8970ae9a05e1c87dffb76
|
||||
sha256sums = a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a
|
||||
|
||||
pkgname = glusterfs
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=glusterfs
|
||||
epoch=1
|
||||
pkgver=11.0
|
||||
pkgver=11.1
|
||||
_major=${pkgver%%.*}
|
||||
pkgrel=1
|
||||
pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
|
||||
|
@ -29,7 +29,7 @@ optdepends=('glib2: qemu-block'
|
|||
'python-prettytable: gluster-georep-sshkey')
|
||||
source=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
|
||||
glusterfs.sysusers)
|
||||
sha256sums=('0ae8f4a90408813e45d4349e813f78b60e919e1009d29fd174c462f456142696'
|
||||
sha256sums=('6a31b8450d02cd12f47f4571c031e9d6b8705279a0e8970ae9a05e1c87dffb76'
|
||||
'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue