# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils MY_P="weplab-${PV}" DESCRIPTION="WEP cracker to encrypt web keys out of captured traffic" HOMEPAGE="http://weplap.sourceforge.net/" SRC_URI="mirror://sourceforge/weplab/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" DEPEND="sys-libs/zlib virtual/libpcap dev-libs/openssl" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} # cd ${S} # cp ${FILESDIR}/Makefile ${S}/ } #src_compile() { # emake || die #} src_install() { dodir /usr/bin dodir /usr/share/man/{man1,man5} make prefix="${D}/usr" mandir="${D}/usr/share/man" install dodoc README TODO COPYING AUTHORS }