You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/netsniff-ng/netsniff-ng-0.5.7-r1.ebuild

31 lines
728 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.7-r1.ebuild,v 1.1 2012/11/07 01:21:11 xmw Exp $
EAPI=4
inherit cmake-utils eutils
DESCRIPTION="high performance network sniffer for packet inspection"
HOMEPAGE="http://netsniff-ng.org/"
SRC_URI="http://pub.${PN}.org/${PN}/${P}.tar.gz -> ${PF}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/libnl:1.1"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}/src
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.5.6-man-no-compress.patch
}
src_install() {
cmake-utils_src_install
dodoc ../{AUTHORS,README,REPORTING-BUGS}
}