From f3b56992f9067a3a2ca6f40fc23b95a441f405af Mon Sep 17 00:00:00 2001 From: Olga U Date: Thu, 15 Nov 2018 03:41:40 +0700 Subject: [PATCH] 3proxy: renamed /usr/bin/proxy to 3proxy-proxy to avoid conflict with libproxy --- srcpkgs/3proxy/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/3proxy/template b/srcpkgs/3proxy/template index 5deb95b2fc4..6e0aad41627 100644 --- a/srcpkgs/3proxy/template +++ b/srcpkgs/3proxy/template @@ -1,12 +1,12 @@ # Template file for '3proxy' pkgname=3proxy version=0.8.12 -revision=1 -distfiles="https://github.com/z3APA3A/3proxy/archive/$version.tar.gz" +revision=2 short_desc="3proxy tiny proxy server" maintainer="iaroki " license="BSD-3-Clause" homepage="https://3proxy.ru" +distfiles="https://github.com/z3APA3A/3proxy/archive/$version.tar.gz" checksum=c2ad3798b4f0df06cfcc7b49f658304e451d60e4834e2705ef83ddb85a03f849 do_build() { @@ -19,6 +19,8 @@ do_install() { post_install() { vinstall cfg/3proxy.cfg.sample 644 /etc/3proxy + vinstall cfg/counters.sample 644 /etc/3proxy vlicense copying vsv 3proxy + mv ${DESTDIR}/usr/bin/proxy ${DESTDIR}/usr/bin/3proxy-proxy }