void-packages/srcpkgs/dma/template

22 lines
691 B
Bash
Raw Normal View History

2015-04-09 08:57:52 +00:00
# Template file for 'dma'
pkgname=dma
version=0.9
2015-04-09 09:14:44 +00:00
revision=2
2015-04-09 08:57:52 +00:00
build_style=gnu-makefile
conf_files="/etc/dma/dma.conf /etc/dma/auth.conf"
hostmakedepends="bison flex"
makedepends="libressl-devel"
short_desc="Small Mail Transport Agent (MTA), designed for home and office use"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
homepage="https://github.com/corecode/dma"
distfiles="https://github.com/corecode/dma/archive/v${version}.tar.gz"
checksum=69a46b5a05b0be13ee547d675eed35010fe6c6aef10335e099de33a80983c262
2015-04-09 09:14:44 +00:00
make_install_target="sendmail-link mailq-link install-etc install"
2015-04-09 08:57:52 +00:00
make_build_args="LEX=flex"
make_dirs="/var/mail/ 0755 root mail"
pre_install() {
vmkdir usr/sbin
}