diff options
author | J Robert Ray <jrray@gentoo.org> | 2002-12-20 09:27:36 +0000 |
---|---|---|
committer | J Robert Ray <jrray@gentoo.org> | 2002-12-20 09:27:36 +0000 |
commit | 0381a66d7be27ff0ed1db56ebe3491a67816c48e (patch) | |
tree | 589e21e9cae88a62253940158a3769e640a230ef /net-misc/arpd | |
parent | new ebuild (diff) | |
download | historical-0381a66d7be27ff0ed1db56ebe3491a67816c48e.tar.gz historical-0381a66d7be27ff0ed1db56ebe3491a67816c48e.tar.bz2 historical-0381a66d7be27ff0ed1db56ebe3491a67816c48e.zip |
new ebuild
Diffstat (limited to 'net-misc/arpd')
-rw-r--r-- | net-misc/arpd/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/arpd/arpd-0.1.ebuild | 39 | ||||
-rw-r--r-- | net-misc/arpd/files/digest-arpd-0.1 | 1 |
3 files changed, 48 insertions, 0 deletions
diff --git a/net-misc/arpd/ChangeLog b/net-misc/arpd/ChangeLog new file mode 100644 index 000000000000..af2fd9660d2e --- /dev/null +++ b/net-misc/arpd/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-misc/arpd +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.1 2002/12/20 09:27:36 jrray Exp $ + +*arpd-0.1 (20 Dec 2002) + + 20 Dec 2002; J Robert Ray <jrray@gentoo.org> : Initial ebuild, contributed by + Daniel Mannarino <thesnark@operamail.com>. diff --git a/net-misc/arpd/arpd-0.1.ebuild b/net-misc/arpd/arpd-0.1.ebuild new file mode 100644 index 000000000000..04e347e3baa9 --- /dev/null +++ b/net-misc/arpd/arpd-0.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.1.ebuild,v 1.1 2002/12/20 09:27:36 jrray Exp $ + +DESCRIPTION="ARP reply daemon enables a single host to claim all unassigned addresses on a LAN for network monitoring or simulation" +HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" +SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND=">=libdnet-1.4 + >=libevent-0.6 + >=libpcap-0.7.1" + +S="${WORKDIR}/${PN}" + +src_unpack() { + unpack ${A} + cd ${S} + + mv configure configure.orig || die + sed -e 's|$withval/lib/libevent.a; then||' \ + -e 's|if test -f $withval/include/event.h -a -f|if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then|' \ + configure.orig > configure || die + chmod +x configure +} + +src_compile() { + econf --with-libdnet=/usr --with-libevent=/usr || die "configure failed" + emake || die +} + +src_install() { + dosbin arpd + doman arpd.8 +} diff --git a/net-misc/arpd/files/digest-arpd-0.1 b/net-misc/arpd/files/digest-arpd-0.1 new file mode 100644 index 000000000000..a121babd9dac --- /dev/null +++ b/net-misc/arpd/files/digest-arpd-0.1 @@ -0,0 +1 @@ +MD5 046ca68db6d69d874fda4bcea6c552de arpd-0.1.tar.gz 36333 |