mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
sniproxy: update to 0.6.1.
This commit is contained in:
parent
3ce439ea80
commit
b404d71e99
1 changed files with 11 additions and 7 deletions
|
@ -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 <gottox@voidlinux.org>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue