diff --git a/srcpkgs/dma/patches/musl_sys_param_h.patch b/srcpkgs/dma/patches/musl_sys_param_h.patch deleted file mode 100644 index 170b6895bd..0000000000 --- a/srcpkgs/dma/patches/musl_sys_param_h.patch +++ /dev/null @@ -1,12 +0,0 @@ -Include <sys/param.h> for roundup() declaration with musl libc - ---- dns.c 2013-06-03 16:03:15.000000000 +0200 -+++ dns.c 2015-08-07 14:53:01.499713464 +0200 -@@ -33,6 +33,7 @@ - */ - - #include <sys/types.h> -+#include <sys/param.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <arpa/nameser.h> diff --git a/srcpkgs/dma/template b/srcpkgs/dma/template index eeae971c68..d521dcfc0b 100644 --- a/srcpkgs/dma/template +++ b/srcpkgs/dma/template @@ -1,17 +1,17 @@ # Template file for 'dma' pkgname=dma -version=0.11 -revision=10 +version=0.12 +revision=1 conf_files="/etc/dma/*.conf" make_dirs="/var/spool/dma 2775 root mail" hostmakedepends="flex" makedepends="libressl-devel" short_desc="Small Mail Transport Agent (MTA), designed for home and office use" maintainer="Enno Boland <gottox@voidlinux.org>" -license="BSD" +license="BSD-3-Clause" homepage="https://github.com/corecode/dma" distfiles="https://github.com/corecode/dma/archive/v${version}.tar.gz" -checksum=288bd57f17aba696b6423b1fa0cd0f7d9b7228d32811f1cd7b821d5f020051b8 +checksum=054a40203d43bc1182dcadf2375ccf01944329dce472444acb42d56cf01de367 system_accounts="mail" provides="smtp-server-0_1 smtp-forwarder-0_1" @@ -20,6 +20,7 @@ replaces="smtp-server>=0 smtp-forwarder>=0" do_build() { make PREFIX=/usr SBIN=/usr/bin 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