summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-10-27 13:31:59 +0200
committerJeroen Roovers <jer@gentoo.org>2016-10-27 13:31:59 +0200
commitd415b6537dd8a65e2da6c8006e4926ab5a8dcee7 (patch)
tree5296920392ad65144625d07d80a5130fd89eb2d1 /net-analyzer/lft/lft-3.77.ebuild
parentwww-plugins/adobe-flash: Old. (diff)
downloadgentoo-d415b6537dd8a65e2da6c8006e4926ab5a8dcee7.tar.gz
gentoo-d415b6537dd8a65e2da6c8006e4926ab5a8dcee7.tar.bz2
gentoo-d415b6537dd8a65e2da6c8006e4926ab5a8dcee7.zip
net-analyzer/lft: Version bump.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer/lft/lft-3.77.ebuild')
-rw-r--r--net-analyzer/lft/lft-3.77.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/lft/lft-3.77.ebuild b/net-analyzer/lft/lft-3.77.ebuild
new file mode 100644
index 000000000000..a93961bbe52a
--- /dev/null
+++ b/net-analyzer/lft/lft-3.77.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Layer Four Traceroute (LFT) and WhoB"
+HOMEPAGE="http://pwhois.org/lft/"
+SRC_URI="http://pwhois.org/get/${P}.tar.gz"
+
+LICENSE="VOSTROM"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="
+ net-libs/libpcap
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+DOCS=( CHANGELOG README TODO )
+
+src_prepare() {
+ default
+ sed -i Makefile.in -e 's:strip:true:g' || die
+}