Add lz4 build.
This commit is contained in:
parent
16aba56876
commit
3c3382956a
5 changed files with 382 additions and 0 deletions
16
source/lz4/lz4.buildconf
Normal file
16
source/lz4/lz4.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="1.9.4"
|
||||
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/lz4/$PKG_NAME/archive/refs/tags/v$PKG_VERSION.tar.gz")
|
||||
SRC_MD5SUMS=("e9286adb64040071c5e23498bf753261")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=()
|
||||
BUILD_CONFLICTS=()
|
||||
Loading…
Add table
Add a link
Reference in a new issue