# Copyright 1999-2005 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/

DESCRIPTION="Automatic wireless client penetration"
HOMEPAGE="http://www.remote-exploit.org/codes_hotspotter.html"
SRC_URI="http://www.remote-exploit.org/codes/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
DEPEND=""
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""
RESTRICT="nomirror"

S=${WORKDIR}/${P}/src

src_install() {
	dobin hotspotter
}