# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/wepdecrypt/wepdecrypt-0.6.ebuild,v 1.4 2006/02/21 15:04:43 vanquirius Exp $ MY_P="WepDecrypt-${PV}" DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys" HOMEPAGE="http://wepdecrypt.sourceforge.net/" SRC_URI="mirror://sourceforge/wepdecrypt/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" DEPEND="sys-libs/zlib net-libs/libpcap dev-libs/openssl" src_install() { dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die insinto /etc doins conf/wepdecrypt.conf doman doc/wepdecrypt.1.gz dodoc CHANGELOG README doc/manual.html doc/manual.txt }