# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v 1.5 2014/03/12 03:53:59 patrick Exp $ DESCRIPTION="Libpcap wrapper library to navigate to arbitrary packets in a tcpdump trace file" HOMEPAGE="http://netdude.sourceforge.net/" SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~sparc x86" IUSE="doc" DEPEND="net-libs/libpcap" src_install() { make DESTDIR="${D}" install || die "make install failed" rm -fr "${D}"/usr/share/gtk-doc dodoc AUTHORS ChangeLog README use doc && dohtml -r docs/*.css docs/html/*.html docs/images }