Added glusterfs{,-client} builds.
This commit is contained in:
parent
d717328f58
commit
a1717622c3
18 changed files with 1089 additions and 0 deletions
16
source/glusterfs/glusterfs.buildconf
Normal file
16
source/glusterfs/glusterfs.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="10.3"
|
||||
PKG_BUILD="1"
|
||||
PKG_TAG="${PKG_TAG:-_tadgy}"
|
||||
PKG_EXT="${PKG_EXT:-txz}"
|
||||
|
||||
# Sources - the details in these arrays must all match per indicies.
|
||||
SRC_DOWNLOADS=("https://download.gluster.org/pub/gluster/glusterfs/${PKG_VERSION%%.*}/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_MD5SUMS=("9c795c8479f244e81bca5b2499a480cc")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu')
|
||||
BUILD_CONFLICTS=("$PKG_NAME")
|
||||
Loading…
Add table
Add a link
Reference in a new issue