Add liburing build, required by glusterfs.
This commit is contained in:
parent
da49c5dd9a
commit
14adfdd78c
5 changed files with 391 additions and 0 deletions
16
source/liburing/liburing.buildconf
Normal file
16
source/liburing/liburing.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="2.2"
|
||||
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://github.com/axboe/$PKG_NAME/archive/refs/tags/$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_MD5SUMS=("9075595460c86646a7239e3110ec0dd5")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.xz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=()
|
||||
BUILD_CONFLICTS=("$PKG_NAME")
|
||||
Loading…
Add table
Add a link
Reference in a new issue