mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
cisco-bruteforce-enabler: remove, abandoned, ancient
This commit is contained in:
parent
3ca40b5118
commit
dcc34f5b3b
2 changed files with 0 additions and 32 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST enabler.c 7749 SHA256 6c9df24566f021f2620f2e21a1865e88c3f4961ebb5920182e11f1f413bbba6a
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="cisco internal bruteforcer"
|
||||
HOMEPAGE="http://packetstormsecurity.org/cisco/enabler.c"
|
||||
SRC_URI="http://packetstormsecurity.org/cisco/enabler.c"
|
||||
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
cp "${DISTDIR}"/enabler.c "${WORKDIR}"/ || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
$(tc-getCC) $CFLAGS enabler.c -o enabler || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin enabler || die
|
||||
}
|
||||
Loading…
Reference in a new issue