* Might come in handy for some situation

This commit is contained in:
grimmlin 2009-02-23 21:33:40 +00:00
parent 5dff1afe06
commit 3c01921643
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST wlan2eth-0.1-src.tgz 4751 RMD160 648a9f86deb0c2f571e8c0fae2d9697f590f86a4 SHA1 5539c378fa8da25556954b867b92302380fe853b SHA256 e39b1f206a3c4f145248998bbcc38486359c674f4a121e73497b7bc42751e4cd
EBUILD wlan2eth-0.1.ebuild 431 RMD160 dc0a73c548d99a701ca55d6989971820691552c4 SHA1 90bce6de6dd5758adb8ad83fc9961c4525029d6c SHA256 0c38999cb37a6eb34a412a230cdc318b141939481c64809ba7f7075d16a398ec

View file

@ -0,0 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
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}-src.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
src_install () {
dobin wlan2eth
}