net-libs/libfixbuf - 2.4.0 (pkalin)

Search

Package Information

Description:
IPFIX Protocol library, for building IPFIX Collecting and Exporting Processes
Homepage:
https://tools.netsa.cert.org/fixbuf/
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
2.4.0 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit autotools

DESCRIPTION="IPFIX Protocol library, for building IPFIX Collecting and Exporting Processes"
HOMEPAGE="https://tools.netsa.cert.org/fixbuf/"
SRC_URI="https://tools.netsa.cert.org/releases/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
# FIXME: USE=spread not tested
IUSE="spread +man"

DEPEND="
	man? ( app-text/doxygen )
	spread? ( net-misc/spread )
"
src_configure() {
	ECONF_SOURCE="${S}" econf \
	$(use_enable man doxygen-man)
}

USE Flags

man
Default: Enabled (+)

Dependencies

DEPEND

	man? ( app-text/doxygen )
	spread? ( net-misc/spread )

Manifest for 2.4.0

Type File Size Source URLs
DIST libfixbuf-2.4.0.tar.gz 997211 bytes https://tools.netsa.cert.org/releases/libfixbuf-2.4.0.tar.gz