diff options
Diffstat (limited to 'net-analyzer/ArpON/ArpON-1.72.ebuild')
-rw-r--r-- | net-analyzer/ArpON/ArpON-1.72.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-analyzer/ArpON/ArpON-1.72.ebuild b/net-analyzer/ArpON/ArpON-1.72.ebuild deleted file mode 100644 index 8073d067a..000000000 --- a/net-analyzer/ArpON/ArpON-1.72.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=1 - -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} - -src_compile() { - emake gentoo || die "emake Gentoo failed" -} - -src_install() { - dosbin arpon || die "arpon installation failed" - doman man8/arpon.8 || die "arpon man installation failed" - dodoc AUTHORS CHANGELOG TODO || die "arpon doc instalation failed" -} |