New package: 3proxy-0.8.11
This commit is contained in:
2
srcpkgs/3proxy/files/3proxy/run
Executable file
2
srcpkgs/3proxy/files/3proxy/run
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
exec 3proxy /etc/3proxy/3proxy.cfg
|
||||||
24
srcpkgs/3proxy/template
Normal file
24
srcpkgs/3proxy/template
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user