# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.7 2004/07/01 16:42:58 squinky86 Exp $ inherit eutils DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="http://www.qosient.com/argus/" SRC_URI="ftp://ftp.qosient.com/pub/argus/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" RDEPEND="virtual/libc >=net-libs/libpcap-0.6.2" DEPEND="${RDEPEND} >=sys-devel/bison-1.28 >=sys-devel/flex-2.4.6" src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/${P}-libpcap-include.patch # Fix hardcoded config file epatch ${FILESDIR}/${PF}-gentoo.diff } src_install () { dodoc COPYING CREDITS INSTALL README dodoc doc/FAQ doc/HOW-TO doc/CHANGES doman man/man1/* man/man5/* man/man8/* dolib lib/argus_common.a lib/argus_parse.a dobin bin/ra* newsbin bin/argus_linux argus insinto /etc/argus doins support/Config/argus.conf }