Add greylistd build.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-15 22:39:06 +01:00
commit 8ec4583aa1
9 changed files with 620 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Package details.
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
PKG_VERSION="0.9.0.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://salsa.debian.org/debian/greylistd/-/archive/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2")
SRC_MD5SUMS=("06f4a24e0272a05c4f9a2799f4b29e52")
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.bz2")
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
# Build configuration.
BUILD_REQUIRES=('python3')
BUILD_CONFLICTS=()