sflowtool-3.35.ebuild 481 B

1234567891011121314151617181920
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit flag-o-matic
  5. DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data"
  6. HOMEPAGE="http://www.inmon.com/technology/sflowTools.php"
  7. SRC_URI="http://www.inmon.com/bin/${P}.tar.gz"
  8. LICENSE="inmon-sflow"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~ppc ~x86"
  11. IUSE="debug"
  12. src_prepare() {
  13. append-cppflags -DSPOOFSOURCE
  14. use debug && append-cppflags -DDEBUG
  15. }