net-analyzer/armitage: the initial ebuild, tested on x86

This commit is contained in:
Anton Bolshakov 2010-11-30 04:23:10 +00:00
parent def200d7bc
commit 41722f3a3e
2 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST armitage112510.tgz 1499871 RMD160 e54d185491714ed24a8ba60c078aa0b41a0551c2 SHA1 3fbbd9f20d3928cfa6845054d32419a7be13b16f SHA256 e090a1f8a17501a059703539c8e0f7aa9952f042701a7f6426ebbdd8a583a400
EBUILD armitage-112510.ebuild 826 RMD160 22c08838cf34ab4d43faa4d18f5d7393ac220917 SHA1 ec6099b4e964d17495252d9bb0e14ee1105b2f2e SHA256 560554ddd2e4ceffade61e4a0d7dab55f5ae5d5a65455a0fd5aa75d90442e15b

View file

@ -0,0 +1,33 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/net-proxy/burpproxy/burpproxy-1.3_beta.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
MY_P="${PN}${PV}"
DESCRIPTION="A graphical cyber attack management tool for Metasploit"
HOMEPAGE="http://www.fastandeasyhacking.com/"
SRC_URI="http://www.fastandeasyhacking.com/download/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/jre
net-analyzer/metasploit"
S=${WORKDIR}/${PN}
src_compile() {
einfo "Nothing to compile"
}
src_install() {
mkdir -p "${D}"/opt/${PN}
cp -a ${PN}.jar "${D}"/opt/${PN}
cp -a ${PN}-logo.png "${D}"/opt/${PN}
dodoc *.txt
echo -e "#!/bin/sh \njava -jar -Xmx256m /opt/${PN}/${PN}.jar\n" > "${PN}"
dobin ${PN}
}