mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-27 02:34:34 +01:00
20 lines
494 B
Bash
20 lines
494 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
DESCRIPTION="exploiting cisco leap; As in asleap behind the wheel."
|
|
HOMEPAGE="http://www.willhackforsushi.com/Asleap.html"
|
|
SRC_URI="http://www.willhackforsushi.com/code/asleap/2.2/${P}.tgz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="x86 amd64 arm"
|
|
IUSE=""
|
|
RDEPEND="net-libs/libpcap"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
src_install() {
|
|
dosbin asleap
|
|
dobin genkeys
|
|
dodoc THANKS README || die
|
|
}
|