mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-13 11:57:51 +01:00
18 lines
450 B
Bash
18 lines
450 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
DESCRIPTION="Wlan2eth is a tool that converts wlan pcap to ethernet-like frames."
|
|
HOMEPAGE="http://www.willhackforsushi.com/Offensive.html"
|
|
SRC_URI="http://www.willhackforsushi.com/code/${PN}/${P}.tgz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND="net-libs/libpcap"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_install () {
|
|
dobin wlan2eth
|
|
}
|