diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-09 12:00:22 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-09 12:00:22 +0000 |
commit | 64306f121beae11e84df9879e48dda3c7ac20247 (patch) | |
tree | a466b3a50f5793eb3d29267e140e51a19b1a6242 /net-analyzer/fragroute/fragroute-1.2.ebuild | |
parent | build qtkde-helper and merged the changes of app-i18n/uim. (Manifest recommit) (diff) | |
download | gentoo-2-64306f121beae11e84df9879e48dda3c7ac20247.tar.gz gentoo-2-64306f121beae11e84df9879e48dda3c7ac20247.tar.bz2 gentoo-2-64306f121beae11e84df9879e48dda3c7ac20247.zip |
tidy
Diffstat (limited to 'net-analyzer/fragroute/fragroute-1.2.ebuild')
-rw-r--r-- | net-analyzer/fragroute/fragroute-1.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild index 4f9d411d7335..5554775e1ed5 100644 --- a/net-analyzer/fragroute/fragroute-1.2.ebuild +++ b/net-analyzer/fragroute/fragroute-1.2.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.4 2004/07/01 19:47:13 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.5 2004/07/09 12:00:22 eldad Exp $ DESCRIPTION="fragroute was written to aid in the testing of network intrusion detection systems, firewalls and basic TCP/IP stack behaviour." HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/" SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz" LICENSE="DSNIFF" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/libc >=dev-libs/libevent-0.6 >=net-libs/libpcap-0.7.2 >=dev-libs/libdnet-1.4" -RDEPEND="" -S=${WORKDIR}/${P} src_compile() { econf --with-libevent=/usr --with-libdnet=/usr || die "Econf failed" |