summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ArpON/ArpON-2.0.ebuild')
-rw-r--r--net-analyzer/ArpON/ArpON-2.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-analyzer/ArpON/ArpON-2.0.ebuild b/net-analyzer/ArpON/ArpON-2.0.ebuild
new file mode 100644
index 000000000..bbf11e012
--- /dev/null
+++ b/net-analyzer/ArpON/ArpON-2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="1"
+inherit cmake-utils
+
+DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler."
+
+HOMEPAGE="http://arpon.sourceforge.net/"
+SRC_URI="mirror://sourceforge/arpon/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libdnet
+ net-libs/libnet:1.1
+ net-libs/libpcap"
+
+RDEPEND=${DEPEND}