void-packages/srcpkgs/opensmtpd/template
2015-06-12 08:10:12 +02:00

42 lines
1.5 KiB
Bash

# Template file for 'opensmtpd'
pkgname=opensmtpd
version=5.4.6p1
revision=1
build_style=gnu-configure
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
--with-maildir=/var/spool/mail --with-privsep-path=/var/empty
--with-sock-dir=/run --with-mantype=doc --with-pie
--with-privsep-user=smtpd --with-queue-user=smtpq
--with-ca-file=/etc/ssl/certs/ca-certificates.crt"
hostmakedepends="automake libtool pkg-config bison"
makedepends="zlib-devel libressl-devel libevent-devel db-devel libasr-devel"
depends="ca-certificates"
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
provides="smtp-forwarder-0_1 smtp-server-0_1"
replaces="smtp-forwarder>=0 smtp-server>=0"
short_desc="Free implementation of the server-side SMTP protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD, ISC, MIT"
homepage="http://www.opensmtpd.org"
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
checksum=f9ee7eafcc0e2e019428cae83844e0166bd56583471e6a3a1cb148cd11a51af5
system_accounts="smtpd smtpq"
smtpd_descr="SMTPD daemon"
smtpq_descr="SMTPD queue"
pre_configure() {
touch README AUTHORS NEWS ChangeLog
autoreconf -fi
# XXX hardcode the libevent major version for now.
# XXX the configure test needs to execute a binary to
# XXX get this result.
sed -e 's,^\(libevent_major_version\)=.*$,\1=2,' -i configure
sed -ri 's,/etc/mail,/etc/smtpd,g' smtpd/smtpd.conf
}
post_install() {
vsv opensmtpd
vlicense LICENSE
vinstall /dev/null 644 etc/smtpd aliases
}