add pycarddav-0.5.1
[shuber-gentoo-overlay.git] / net-analyzer / arp-scan / arp-scan-1.8.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="4"
6
7 DESCRIPTION="ARP scanning and fingerprinting tool"
8 HOMEPAGE="http://www.nta-monitor.com/tools/arp-scan/index.html"
9 SRC_URI="http://www.nta-monitor.com/tools/${PN}/download/${P}.tar.gz"
10
11 LICENSE="GPL-3"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="net-libs/libpcap"
17 RDEPEND="${DEPEND}"
18
19 src_install() {
20 default
21
22 dodoc NEWS README TODO AUTHORS || die
23 }