mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
proxenet: old, outdated, removed
This commit is contained in:
parent
1c4aede47c
commit
e86901a5e9
3 changed files with 0 additions and 52 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST proxenet-0.4.1.tar.gz 981587 SHA256 6cfb3090c32ab47712df5ff222b3b763aa384995c6ba01b9f69eea97545a263f SHA512 1b28c9bb11eb5fa2784972c95c56c69a0fcfe9a87d3636ea487eb3b400fbed323326cb7aaf0ea27a4f92884bca459b3079276decd99e724c055a02d7b50fbb75 WHIRLPOOL 9d4f906d834a9b02625677290f53f731a0e98c3620247c33997ab2c0e4bea6bc4b891056574fce9f1f455f12b40ea3eb048a2fd945206d9adead6268341cefe6
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /usr/share/proxenet
|
||||
./proxenet $@
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A hacker friendly proxy for web application penetration tests."
|
||||
HOMEPAGE="https://github.com/hugsy/proxenet"
|
||||
SRC_URI="https://github.com/hugsy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-libs/mbedtls"
|
||||
RDEPEND="${DEPEND}
|
||||
net-proxy/proxenet-plugins"
|
||||
|
||||
CMAKE_IN_SOURCE_BUILD=1
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e "s|/opt/proxenet/misc/openssl.cnf|./openssl.cnf|" keys/proxenet-setup-ca.sh
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES
|
||||
# -DCMAKE_SKIP_RPATH:BOOL=YES
|
||||
|
||||
#https://github.com/hugsy/proxenet/issues/41
|
||||
local mycmakeargs=(
|
||||
-DUSE_JAVA_PLUGIN:BOOL=NO
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cd ./keys
|
||||
emake keys
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/${PN}
|
||||
cp {proxenet,proxenet-control-cli.py,proxenet-control-web.py} "${D}/usr/share/${PN}/"
|
||||
doins -r keys
|
||||
dodir /usr/share/${PN}/proxenet-plugins/autoload
|
||||
dobin "${FILESDIR}/${PN}"
|
||||
}
|
||||
Loading…
Reference in a new issue