diff --git a/srcpkgs/imapfilter/template b/srcpkgs/imapfilter/template new file mode 100644 index 00000000000..ef281337251 --- /dev/null +++ b/srcpkgs/imapfilter/template @@ -0,0 +1,25 @@ +# Template file for 'imapfilter' +pkgname=imapfilter +version=2.6.3 +revision=1 +build_style=gnu-makefile +makedepends="pcre-devel lua-devel libressl-devel" +short_desc="Mail filtering utility" +maintainer="lemmi " +license="MIT" +homepage="https://github.com/lefcha/imapfilter" +distfiles="https://github.com/lefcha/imapfilter/archive/v${version}.tar.gz" +checksum=1174862d6d5ca498b25a78b127c25b6bfbd4c0cec30f8dfd4b6b10f8694cd244 + +post_configure() { + sed -i \ + -e '/^MANDIR/s:/man:/share/man:' \ + -e '/^CFLAGS/s/CFLAGS = /override CFLAGS += /' \ + -e 's/$(CC)/$(CC) $(CFLAGS)/' \ + src/Makefile +} +post_install() { + vsconf samples/config.lua + vsconf samples/extend.lua + vlicense LICENSE +}