New package: libopensmtpd-0.7

This commit is contained in:
Adam Gausmann 2022-07-24 14:45:34 -05:00 committed by Duncan Overbruck
parent fb4d222119
commit cdd28fc718
3 changed files with 33 additions and 0 deletions

View File

@ -4175,3 +4175,4 @@ libjaylink.so.0 libjaylink-0.2.0_1
libnvidia-container.so.1 libnvidia-container-1.10.0_1
libnvidia-container-go.so.1 libnvidia-container-1.10.0_1
libqtspell-qt5.so.1 qtspell-1.0.1_1
libopensmtpd.so.0 libopensmtpd-0.7_1

1
srcpkgs/libopensmtpd-devel Symbolic link
View File

@ -0,0 +1 @@
libopensmtpd

View File

@ -0,0 +1,31 @@
# Template file for 'libopensmtpd'
pkgname=libopensmtpd
version=0.7
revision=1
build_style=gnu-makefile
make_cmd="make -f Makefile.gnu"
make_use_env=yes
make_build_args="MANFORMAT="
make_install_args="MANFORMAT="
makedepends="libevent-devel"
short_desc="Library for creating opensmtpd filters"
maintainer="Adam Gausmann <agausmann@fastmail.com>"
license="ISC"
homepage="http://imperialat.at/dev/libopensmtpd/"
distfiles="https://distfiles.sigtrap.nl/${pkgname}-${version}.tar.gz"
checksum=cdd6d5e11a7063f9265da43a42309c646554b8b68b03982ca8472dbe2b08a613
make_check=no # Does not have a test suite
post_install() {
vlicense LICENSE
}
libopensmtpd-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/share/man/man3
}
}