diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-27 20:15:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-27 20:15:03 +0000 |
commit | 458295aac2898e1cc73e458080571ae672843c40 (patch) | |
tree | b9d798a05e9008256311405685cbb4365aff6be2 /net-analyzer | |
parent | use system libnet #43012 (diff) | |
download | historical-458295aac2898e1cc73e458080571ae672843c40.tar.gz historical-458295aac2898e1cc73e458080571ae672843c40.tar.bz2 historical-458295aac2898e1cc73e458080571ae672843c40.zip |
dont forget to update DEPEND
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/paketto/paketto-1.10-r1.ebuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/net-analyzer/paketto/paketto-1.10-r1.ebuild b/net-analyzer/paketto/paketto-1.10-r1.ebuild index a875f1602622..97090a0fd121 100644 --- a/net-analyzer/paketto/paketto-1.10-r1.ebuild +++ b/net-analyzer/paketto/paketto-1.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10-r1.ebuild,v 1.4 2004/02/27 20:14:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10-r1.ebuild,v 1.5 2004/02/27 20:15:03 vapier Exp $ inherit eutils @@ -11,11 +11,11 @@ SRC_URI="http://www.doxpara.com/paketto/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" -IUSE="" #paketto comes with local copies of these ... -#DEPEND="net-libs/libpcap -# net-libs/libnet +DEPEND="<net-libs/libnet-1.1 + >=net-libs/libnet-1.0.2a-r3" +# net-libs/libpcap # dev-libs/libtomcrypt" src_unpack() { @@ -25,12 +25,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}-libnet-1.0.patch } -src_compile() { - # --with-libnet-bin=/usr --with-pcap-lib=/usr --with-pcap-inc=/usr --with-tm-inc=/usr" - econf || die - emake || die -} - src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO |