New package: sniproxy-0.4.0

This commit is contained in:
Enno Boland 2015-04-12 11:20:22 +02:00
parent 418f939500
commit 6a4a3eada9

17
srcpkgs/sniproxy/template Normal file
View file

@ -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 <gottox@voidlinux.eu>"
license="GPL-3"
homepage="https://github.com/dlundquist/$pkgname"
distfiles="$homepage/archive/$version.tar.gz"
checksum=d842a428480c7cdd7354080869e4ed3c8bb35a6c1b2124ce832378119774e4d8
pre_configure() {
autoreconf -fi
}