New package: libopensmtpd-0.7
This commit is contained in:
parent
fb4d222119
commit
cdd28fc718
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libopensmtpd
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue