libmilter: initial commit, version 8.18.1

This commit is contained in:
Tim Biermann 2024-07-10 20:50:06 +02:00
parent 30b2a7f800
commit 8e2ed30efe
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 28 additions and 0 deletions

7
libmilter/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libmilter/
-r--r--r-- root/root usr/include/libmilter/mfapi.h
-r--r--r-- root/root usr/include/libmilter/mfdef.h
drwxr-xr-x root/root usr/lib/
-r--r--r-- root/root usr/lib/libmilter.a

5
libmilter/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF390Q2+g7mRob+1u38UlxUPzywMsLnN9TiGzgXwkjCDwvcX1OQ0Oo0LlK46HW2YaPP3IQ/PkRuUhOTZL1E2ca1QE=
SHA256 (Pkgfile) = fd806a2ce6ae7f25d870dd2d087adb26a9ae72514d28735d44919ba210c65fc6
SHA256 (.footprint) = 65d943f634dd067ebf1ea550844442567b962e9ac37824b40b830ca25fd035d3
SHA256 (sendmail.8.18.1.tar.gz) = cbf1f309c38e4806f7cf3ead24260f17d1fe8fb63256d13edb3cdd1a098f0770

16
libmilter/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Sendmail Mail Filter API (Milter)
# URL: https://www.proofpoint.com/us/products/email-protection/open-source-email-solution
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=libmilter
version=8.18.1
release=1
source=(http://ftp.sendmail.org/sendmail.${version}.tar.gz)
build() {
cd sendmail-$version/$name
install -o root -g root -m 0755 -d $PKG/usr/lib
./Build DESTDIR=$PKG install
chown -R root:root $PKG
}