# Copyright 1999-2008 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." HOMEPAGE="http://weplab.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="net-libs/libpcap" src_install() { make DESTDIR="${D}" install || die "Install failed" dodoc README INSTALL AUTHORS }