# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ inherit eutils DESCRIPTION="A tool to analyze the Wired Equivalent Protocol (WEP) encryption security on wireless networks." DESCRIPTION_FR="Un utilitaire pour analyser le protocole WEP des réseaux sans fils" HOMEPAGE="http://weplab.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="net-libs/libpcap" src_install() { make DESTDIR=${D} install || die "Install failed" dodoc README INSTALL AUTHORS COPYING }