blob: 9f234b5df6c2ecfa982492e3290c74b69209d350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.2.ebuild,v 1.3 2004/07/10 12:04:58 eldad Exp $
DESCRIPTION="Layer Four Traceroute: an advanced traceroute implementation"
HOMEPAGE="http://www.mainnerve.com/lft/"
SRC_URI="http://mainnerve.com/lft/${P}.tar.gz"
LICENSE="MainNerve"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND="net-libs/libpcap"
src_install() {
einstall || die
dodoc CHANGELOG README TODO
}
|