mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
fern-wifi-cracker: v2.6 bump
This commit is contained in:
parent
12021c9923
commit
698ea7ac03
2 changed files with 42 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST fern-wifi-cracker-2.2.tar.xz 706896 SHA256 22cc26c4a102ca99461dc4247300be8be0338acc3d166baa2d18d1ebfbd807de SHA512 134099d3ba8638acc303f604851614b8a720014deeed77e91278cac60f7d1b2729e722b6b774f8e1c58dc9373d12bb87eb2995d87af420af1ab020ad96061b77 WHIRLPOOL 567f5fd6b5f3464a47b592730c84b07784890f60d3a630c332846bc0423b6a29f071f58e06961179c67e528a12c7d13fd23c855c3a06e87c4a71e6450ab5f995
|
||||
DIST fern-wifi-cracker-2.6.tar.gz 738016 SHA256 85e8b6f4b9276a1945fce1eee68e942d55624fbf21ffe686c00970713361a3e5 SHA512 6a7e69bf73576158d2f4890149090897eaa6bc293003046ed8d23647518aa60aff2d1d0348c77bb4d2a9bd471f12b46b707ce8e8ad034efb9824e28efc1cf85f WHIRLPOOL 245fec92739ec4fc77cac4120618a703f543c78a8a8926aca4ecf1bf9840e784f4ad3ab003798f418da25e134455b7667985ea6a0ed83ec8d9923325081a3be5
|
||||
|
|
|
|||
41
net-wireless/fern-wifi-cracker/fern-wifi-cracker-2.6.ebuild
Normal file
41
net-wireless/fern-wifi-cracker/fern-wifi-cracker-2.6.ebuild
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Wireless tool for WEP/WPA cracking and WPS keys recovery"
|
||||
HOMEPAGE="https://github.com/savio-code/fern-wifi-cracker/releases"
|
||||
SRC_URI="https://github.com/savio-code/fern-wifi-cracker/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="dict"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/PyQt4[webkit]
|
||||
net-analyzer/macchanger
|
||||
net-wireless/aircrack-ng
|
||||
net-analyzer/scapy
|
||||
dict? ( sys-apps/cracklib-words )
|
||||
|| ( net-wireless/reaver-wps-fork-t6x net-wireless/reaver )"
|
||||
|
||||
S="${WORKDIR}/${P}/Fern-Wifi-Cracker"
|
||||
|
||||
src_prepare() {
|
||||
#disable updates
|
||||
sed -ie "s|self.connect(self.update_button|#self.connect(self.update_button|" core/fern.py
|
||||
sed -ie "s|thread.start_new_thread(self.update_initializtion_check|#thread.start_new_thread(self.update_initializtion_check|" core/fern.py
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/fern-wifi-cracker
|
||||
doins -r *
|
||||
domenu "${FILESDIR}"/fern-wifi-cracker.desktop
|
||||
dosbin "${FILESDIR}"/fern-wifi-cracker
|
||||
}
|
||||
Loading…
Reference in a new issue