void-packages/srcpkgs/opensmtpd-extras/template
Ranme Fritzvilliams 7d240b2daa opensmtpd-extras: update to 6.7.1, orphan.
template:

- wrksrc: tarball with the new version is extracted to the lowercase
          directory, rendering this variable obsolete for the present
          time.

- maintainer: the person responsible for the package is inactive/gone.
2021-12-09 13:40:10 +01:00

25 lines
835 B
Bash

# Template file for 'opensmtpd-extras'
pkgname=opensmtpd-extras
version=6.7.1
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"
hostmakedepends="automake libtool"
makedepends="openssl-devel libevent-devel postgresql-libs-devel
libmariadbclient-devel sqlite-devel"
depends="opensmtpd"
short_desc="Free implementation of the server-side SMTP protocol - extras"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://www.opensmtpd.org"
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
checksum=f84385559a8bb366b2fe25d8b1f78c108f07cc15992350171569d7bdc2e935ac
CFLAGS="-D_DEFAULT_SOURCE"
pre_configure() {
touch NEWS README AUTHORS ChangeLog
autoreconf -fi
}