mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/s-postgray: new aport
A postfix RFC 6647 graylisting policy server
This commit is contained in:
parent
5db24de469
commit
0668abfb8b
28
testing/s-postgray/APKBUILD
Normal file
28
testing/s-postgray/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Maintainer: Steffen Nurpmeso <steffen@sdaoden.eu>
|
||||
pkgname=s-postgray
|
||||
pkgver=0.6.0
|
||||
pkgrel=0
|
||||
pkgdesc="postfix RFC 6647 graylisting policy server"
|
||||
url="https://www.sdaoden.eu/code.html#s-toolbox"
|
||||
arch="all"
|
||||
license="ISC"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://ftp.sdaoden.eu/s-postgray-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
# May have timing issues on slow boxes!
|
||||
./s-postgray-test.sh
|
||||
#./s-postgray --test-mode >/dev/null
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" PREFIX=/usr install
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
11d0a77db3d4425857ab5d212a938a1c45743c49502eaa6ca78bd675659bbbef9226ae27b11cf94faa1dfc1fbd3d8b022e6afcf4cb1fbb3c15a9cfd951262952 s-postgray-0.6.0.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user