blob: dee695a7730b90b013c0ded1c5f9b8616fbee79e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Simple packet logger & soft tap"
HOMEPAGE="http://www.snort.org/users/roesch/Site/Daemonlogger.html"
SRC_URI="http://www.snort.org/dl/${PN}/${P}.tar.gz
http://www.snort.org/users/roesch/code/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-libs/libdnet
net-libs/libpcap"
RDEPEND="${DEPEND}"
src_install() {
dosbin daemonlogger
dodoc AUTHORS ChangeLog NEWS README
}
|