diff --git a/srcpkgs/sniproxy/template b/srcpkgs/sniproxy/template index 1aa2e194671..647a9c2a631 100644 --- a/srcpkgs/sniproxy/template +++ b/srcpkgs/sniproxy/template @@ -1,18 +1,21 @@ # Template file for 'sniproxy' pkgname=sniproxy -version=0.6.0 +version=0.6.1 revision=1 build_style=gnu-configure +configure_args="--enable-dns" hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel" makedepends="libev-devel pcre-devel" +checkdepends="curl perl" 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=d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2 +license="BSD-2-Clause" +homepage="https://github.com/dlundquist/sniproxy" +changelog="https://raw.githubusercontent.com/dlundquist/sniproxy/master/ChangeLog" +distfiles="https://github.com/dlundquist/sniproxy/archive/${version}.tar.gz" +checksum=6a06d12bedcbd5295a2c75d60a9df1cfde9e26efa31f44a34979b5cb8fb0bc1a -conf_files="/etc/${pkgname}.conf" +conf_files="/etc/sniproxy.conf" CFLAGS="-fcommon" @@ -25,5 +28,6 @@ pre_configure() { } post_install() { - vconf $pkgname.conf + vconf sniproxy.conf + vlicense COPYING }