dma: move to usr/bin.
This commit is contained in:
parent
9462d71c96
commit
e93048547d
1 changed files with 11 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'dma'
|
||||
pkgname=dma
|
||||
version=0.9
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
revision=3
|
||||
conf_files="/etc/dma/dma.conf /etc/dma/auth.conf"
|
||||
hostmakedepends="bison flex"
|
||||
hostmakedepends="flex"
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Small Mail Transport Agent (MTA), designed for home and office use"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
|
@ -12,10 +11,15 @@ license="BSD"
|
|||
homepage="https://github.com/corecode/dma"
|
||||
distfiles="https://github.com/corecode/dma/archive/v${version}.tar.gz"
|
||||
checksum=69a46b5a05b0be13ee547d675eed35010fe6c6aef10335e099de33a80983c262
|
||||
make_install_target="sendmail-link mailq-link install-etc install"
|
||||
make_build_args="LEX=flex"
|
||||
|
||||
provides="smtp-server-0_1 smtp-forwarder-0_1"
|
||||
replaces="smtp-server>=0 smtp-forwarder>=0"
|
||||
make_dirs="/var/mail/ 0755 root mail"
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/sbin
|
||||
do_build() {
|
||||
make CC=$CC LEX=flex ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
make PREFIX=/usr SBIN=/usr/bin DESTDIR=${DESTDIR} sendmail-link mailq-link install-etc install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue