sniproxy: add default config

This commit is contained in:
Enno Boland 2016-12-24 09:48:27 +01:00
parent 698a88410e
commit c2e0846518
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sniproxy'
pkgname=sniproxy
version=0.4.0
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel"
makedepends="libev-devel pcre-devel"
@ -12,7 +12,12 @@ homepage="https://github.com/dlundquist/$pkgname"
distfiles="$homepage/archive/$version.tar.gz"
checksum=d842a428480c7cdd7354080869e4ed3c8bb35a6c1b2124ce832378119774e4d8
configure_args="--sbindir=/usr/bin"
conf_files=conf_files="/etc/$pkgname.conf"
pre_configure() {
autoreconf -fi
}
post_install() {
vconf $pkgname.conf
}