# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="WLAN tool for breaking 802.11 WEP kes" HOMEPAGE="http://weplab.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-libs/libpcap-0.8.1" src_compile() { econf || die "Configuration Failed" emake || die "Compile failed" } src_install() { make DESTDIR=${D} install || die "Installation Failed" dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README || die "dodoc failed" }