# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A simple packet logging and soft tap deamon" HOMEPAGE="http://www.snort.org/users/roesch/Site/Daemonlogger.html" SRC_URI="http://www.snort.org/dl/daemonlogger/${P}.tar.gz http://www.snort.org/users/roesch/code/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="net-libs/libpcap dev-libs/libdnet" S=${WORKDIR}/${P} src_install() { emake DESTDIR="${D}" install || die "make install failed" dosbin daemonlogger || die dodoc README }