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 | f702fcba6bedf2f2e913fd3299038b1647cc7959 (patch) | |
tree | c60b5f0670c80b13b4d65cdb32bba88f473c6890 /net-analyzer/paketto | |
parent | use system libnet #43012 (diff) | |
download | gentoo-2-f702fcba6bedf2f2e913fd3299038b1647cc7959.tar.gz gentoo-2-f702fcba6bedf2f2e913fd3299038b1647cc7959.tar.bz2 gentoo-2-f702fcba6bedf2f2e913fd3299038b1647cc7959.zip |
dont forget to update DEPEND
Diffstat (limited to 'net-analyzer/paketto')
-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 |