sniproxy: add default config
This commit is contained in:
parent
698a88410e
commit
c2e0846518
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sniproxy'
|
# Template file for 'sniproxy'
|
||||||
pkgname=sniproxy
|
pkgname=sniproxy
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel"
|
hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel"
|
||||||
makedepends="libev-devel pcre-devel"
|
makedepends="libev-devel pcre-devel"
|
||||||
|
@ -12,7 +12,12 @@ homepage="https://github.com/dlundquist/$pkgname"
|
||||||
distfiles="$homepage/archive/$version.tar.gz"
|
distfiles="$homepage/archive/$version.tar.gz"
|
||||||
checksum=d842a428480c7cdd7354080869e4ed3c8bb35a6c1b2124ce832378119774e4d8
|
checksum=d842a428480c7cdd7354080869e4ed3c8bb35a6c1b2124ce832378119774e4d8
|
||||||
configure_args="--sbindir=/usr/bin"
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
conf_files=conf_files="/etc/$pkgname.conf"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vconf $pkgname.conf
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue