New package: 3proxy-0.8.11

This commit is contained in:
iaroki 2017-11-09 11:05:13 +02:00 committed by Toyam Cox
parent 14a9e0c1ea
commit b2bfed6663
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec 3proxy /etc/3proxy/3proxy.cfg

24
srcpkgs/3proxy/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for '3proxy'
pkgname=3proxy
version=0.8.11
revision=1
homepage="https://3proxy.ru"
distfiles="https://github.com/z3APA3A/3proxy/archive/$version.tar.gz"
short_desc="3proxy tiny proxy server"
maintainer="iaroki <iaroki@protonmail.com>"
license="BSD"
checksum=fc4295e1a462baa61977fcc21747db7861c4e3d0dcca86cbaa3e06017e5c66c9
do_build() {
make -f Makefile.Linux CC=$CC LN=$CC
}
do_install() {
make -f Makefile.Linux prefix=/usr ETCDIR=/etc/3proxy DESTDIR=$DESTDIR install
}
post_install() {
vinstall cfg/3proxy.cfg.sample 644 /etc/3proxy
vlicense copying
vsv 3proxy
}