summaryrefslogtreecommitdiff
blob: d15f91f462b90b0d1897dd918c4a5cc023361236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/snortalog-2.2.1.ebuild,v 1.6 2004/11/22 00:10:16 solar Exp $

DESCRIPTION="a powerful perl script that summarizes snort logs"
SRC_URI="http://jeremy.chartier.free.fr/${PN}/${PN}_v${PV}.tgz"
HOMEPAGE="http://jeremy.chartier.free.fr/snortalog/"

KEYWORDS="x86 ~ppc"
LICENSE="GPL-2"
SLOT="0"
IUSE=""

S=${WORKDIR}/${PN}_v${PV%.?}

RDEPEND="dev-lang/perl"

src_compile() {
	einfo "Nothing to compile."
}

src_install () {

	dodir /usr/bin
	cp ${S}/snortalog.pl ${D}/usr/bin

	dodoc CHANGES README domains hw rules snortalog_v2.2.0.pdf
}