void-packages/srcpkgs/fdm/template

23 lines
746 B
Bash
Raw Normal View History

2014-07-01 15:48:54 +00:00
# Template file for 'fdm'
pkgname=fdm
2015-09-25 20:27:16 +00:00
version=1.9
revision=1
build_style=gnu-configure
CFLAGS="-DPCRE"
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no LIBS=-lpcre"
2014-07-01 15:48:54 +00:00
hostmakedepends="bison"
makedepends="zlib-devel libressl-devel tdb-devel pcre-devel"
2014-07-01 15:48:54 +00:00
short_desc="Program to fetch and deliver mail"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
2014-07-14 15:02:19 +00:00
license="ISC"
2015-09-25 20:27:16 +00:00
homepage="https://github.com/nicm/fdm"
distfiles="https://github.com/nicm/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=16416c38a9a7e32d187220cc5ae61a51463d5e4e47419c5c513f422523d39914
2014-07-02 19:47:15 +00:00
2015-09-25 20:27:16 +00:00
post_install() {
2014-11-23 13:15:59 +00:00
vmkdir usr/share/doc/${pkgname}
cp -r examples ${DESTDIR}/usr/share/doc/${pkgname}
2015-09-25 20:27:16 +00:00
sed 17q fdm.c >LICENSE
vlicense LICENSE
2014-07-01 15:48:54 +00:00
}