25 lines
589 B
Bash
25 lines
589 B
Bash
# 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
|
|
}
|