diff options
author | 2006-07-04 11:43:42 +0000 | |
---|---|---|
committer | 2006-07-04 11:43:42 +0000 | |
commit | 28ef4d6814f275ab35149188795f871a9f96ba86 (patch) | |
tree | 585bb045361f564c42b4bcf6d77d382a75132875 /net-analyzer/sflowtool/sflowtool-3.10.ebuild | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-28ef4d6814f275ab35149188795f871a9f96ba86.tar.gz gentoo-2-28ef4d6814f275ab35149188795f871a9f96ba86.tar.bz2 gentoo-2-28ef4d6814f275ab35149188795f871a9f96ba86.zip |
Version bump for bug #139145
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'net-analyzer/sflowtool/sflowtool-3.10.ebuild')
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-3.10.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-analyzer/sflowtool/sflowtool-3.10.ebuild b/net-analyzer/sflowtool/sflowtool-3.10.ebuild new file mode 100644 index 000000000000..4fff5254dc1f --- /dev/null +++ b/net-analyzer/sflowtool/sflowtool-3.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.10.ebuild,v 1.1 2006/07/04 11:43:42 strerror Exp $ + +inherit flag-o-matic + +DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data" +HOMEPAGE="http://www.inmon.com/technology/sflowTools.php" +SRC_URI="http://www.inmon.com/bin/${P}.tar.gz" + +LICENSE="inmon-sflow" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +src_compile() { + append-flags -DSPOOFSOURCE + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README +} |