diff --git a/srcpkgs/sniproxy/template b/srcpkgs/sniproxy/template new file mode 100644 index 00000000000..b0d3b76d6c4 --- /dev/null +++ b/srcpkgs/sniproxy/template @@ -0,0 +1,17 @@ +# Template file for 'sniproxy' +pkgname=sniproxy +version=0.4.0 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool autoconf pkg-config udns-devel" +makedepends="gettext-devel libev-devel pcre-devel" +short_desc="Proxies incoming HTTP and TLS connections based on the hostname" +maintainer="Enno Boland " +license="GPL-3" +homepage="https://github.com/dlundquist/$pkgname" +distfiles="$homepage/archive/$version.tar.gz" +checksum=d842a428480c7cdd7354080869e4ed3c8bb35a6c1b2124ce832378119774e4d8 + +pre_configure() { + autoreconf -fi +}