Add fping build.
This commit is contained in:
parent
0340d663df
commit
57a7c0899e
5 changed files with 388 additions and 0 deletions
16
source/fping/fping.buildconf
Normal file
16
source/fping/fping.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="5.1"
|
||||
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://fping.org/dist/$PKG_NAME-$PKG_VERSION.tar.gz")
|
||||
SRC_MD5SUMS=("d91adddd7108c26ef58c1cd0a2fd718d")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.xz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=()
|
||||
BUILD_CONFLICTS=()
|
||||
Loading…
Add table
Add a link
Reference in a new issue