mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-20 18:15:49 +01:00
Added redsocks
This commit is contained in:
29
net-proxy/redsocks/redsocks-0.4.ebuild
Normal file
29
net-proxy/redsocks/redsocks-0.4.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Transparent redirector of any TCP connection to proxy"
|
||||
HOMEPAGE="http://darkk.net.ru/redsocks/"
|
||||
SRC_URI="mirror://github/darkk/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/libevent"
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin redsocks
|
||||
dodoc README
|
||||
}
|
||||
Reference in New Issue
Block a user