mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
net-wireless/karmetasploit: qa fixes
This commit is contained in:
parent
f99f464eb5
commit
cc75d54d75
2 changed files with 3 additions and 6 deletions
0
net-wireless/karmetasploit/files/karmeta.sh
Executable file → Normal file
0
net-wireless/karmetasploit/files/karmeta.sh
Executable file → Normal file
|
|
@ -1,18 +1,16 @@
|
||||||
# Copyright 1999-2010 Gentoo Foundation
|
# Copyright 1999-2024 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
DESCRIPTION="KARMA + Metasploit 3 == Karmetasploit"
|
DESCRIPTION="KARMA + Metasploit 3 == Karmetasploit"
|
||||||
#karmetasploit + kingtuna script
|
#karmetasploit + kingtuna script
|
||||||
HOMEPAGE="http://dev.metasploit.com/redmine/projects/framework/wiki/Karmetasploit"
|
HOMEPAGE="http://dev.metasploit.com/redmine/projects/framework/wiki/Karmetasploit"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
KEYWORDS="amd64 arm x86"
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~x86"
|
||||||
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="net-analyzer/metasploit
|
RDEPEND="net-analyzer/metasploit
|
||||||
>=net-wireless/aircrack-ng-1.2_rc1
|
>=net-wireless/aircrack-ng-1.2_rc1
|
||||||
net-misc/dhcp"
|
net-misc/dhcp"
|
||||||
|
|
@ -20,7 +18,6 @@ RDEPEND="net-analyzer/metasploit
|
||||||
src_install() {
|
src_install() {
|
||||||
dosbin "${FILESDIR}"/karmeta.sh
|
dosbin "${FILESDIR}"/karmeta.sh
|
||||||
|
|
||||||
dodir /etc
|
|
||||||
insinto /etc
|
insinto /etc
|
||||||
doins "${FILESDIR}"/karmeta-dhcpd.conf "${FILESDIR}"/karma.rc
|
doins "${FILESDIR}"/karmeta-dhcpd.conf "${FILESDIR}"/karma.rc
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue