# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs eutils MY_P="${P/_b/-b}" DESCRIPTION="WLAN tool for breaking 802.11 WEP keys" HOMEPAGE="http://www.aircrack-ng.org" SRC_URI="http://tinyshell.be/aircrackng/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/libc net-libs/libpcap" S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} } src_compile() { emake -e CC=$(tc-getCC) || die "emake failed" } src_install() { emake prefix=/usr docdir="/usr/share/doc/${PF}" DESTDIR="${D}" install doc \ || die "emake install failed" }