sniproxy: move to usr/bin.
This commit is contained in:
parent
6560f216ba
commit
84ea31ff84
1 changed files with 2 additions and 1 deletions
|
@ -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=1
|
revision=2
|
||||||
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"
|
||||||
|
@ -11,6 +11,7 @@ license="GPL-3"
|
||||||
homepage="https://github.com/dlundquist/$pkgname"
|
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"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue