void-packages/srcpkgs/opensmtpd-extras/template
Denis Revin c561be4108
New package: opensmtpd-extras
closes #6527

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-01-05 08:09:19 -02:00

19 lines
730 B
Bash

# Template file for 'opensmtpd-extras'
pkgname=opensmtpd-extras
version=6.4.0
revision=1
build_style=gnu-configure
configure_args="--with-table-passwd --with-table-ldap --with-table-mysql
--with-table-postgres --with-table-socketmap --with-table-sqlite"
makedepends="libressl-devel libevent-devel postgresql-libs-devel
libmysqlclient-devel sqlite-devel"
depends="opensmtpd"
short_desc="Free implementation of the server-side SMTP protocol - extras"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="ISC"
homepage="https://www.opensmtpd.org"
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
checksum=@8f0618d28a6e5d42f9fec190add6d323f1373927fa67b15756644009d0ad3a72
CFLAGS="-D_DEFAULT_SOURCE"