mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
bully: fix deps
This commit is contained in:
parent
bb20c4014c
commit
97569c422b
2 changed files with 3 additions and 30 deletions
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="A wifi-protected-setup (WPS) brute force attack tool, similar to reaver"
|
||||
HOMEPAGE="https://github.com/aanarchyy/bully/releases"
|
||||
EGIT_REPO_URI="https://github.com/aanarchyy/bully.git"
|
||||
EGIT_COMMIT="3ab3bc830738f447dce112e8551e3ac8193bf521"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3+ GPL-2 BSD"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
DEPEND="net-libs/libpcap"
|
||||
|
||||
src_compile() {
|
||||
cd "${S}/src"
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}/src"
|
||||
emake DESTDIR="${D}" prefix=/usr install
|
||||
dodoc "${S}/README.md"
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
#https://github.com/kimocoder/bully/issues/3
|
||||
MY_PV="${PV}-00"
|
||||
|
|
@ -15,6 +15,7 @@ LICENSE="GPL-3+ GPL-2 BSD"
|
|||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
DEPEND="net-libs/libpcap"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}/src"
|
||||
|
||||
Loading…
Reference in a new issue