diff options
author | 2008-01-15 15:52:45 +0000 | |
---|---|---|
committer | 2008-01-15 15:52:45 +0000 | |
commit | 65a6dca812f545a90c24525dae24f8c3fc1eef72 (patch) | |
tree | 1606503e82b1aac2eb90b16abc497a742ac82ffb /net-analyzer/sec/sec-2.4.1.ebuild | |
parent | upgrade to newer trunk build (diff) | |
download | gentoo-2-65a6dca812f545a90c24525dae24f8c3fc1eef72.tar.gz gentoo-2-65a6dca812f545a90c24525dae24f8c3fc1eef72.tar.bz2 gentoo-2-65a6dca812f545a90c24525dae24f8c3fc1eef72.zip |
Version bump wrt bug #205977 thanks to Tiago Cunha
(Portage version: 2.1.4)
Diffstat (limited to 'net-analyzer/sec/sec-2.4.1.ebuild')
-rw-r--r-- | net-analyzer/sec/sec-2.4.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/sec/sec-2.4.1.ebuild b/net-analyzer/sec/sec-2.4.1.ebuild new file mode 100644 index 000000000000..4b2c422bf019 --- /dev/null +++ b/net-analyzer/sec/sec-2.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.4.1.ebuild,v 1.1 2008/01/15 15:52:45 jokey Exp $ + +DESCRIPTION="Simple Event Correlator" +HOMEPAGE="http://simple-evcorr.sourceforge.net/" +SRC_URI="mirror://sourceforge/simple-evcorr/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-lang/perl-5.6.0" + +src_install() { + dobin sec.pl + + dodoc ChangeLog README + docinto contrib + dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl} + + newman sec.pl.man sec.pl.1 + + newinitd "${FILESDIR}"/sec.init.d sec + newconfd "${FILESDIR}"/sec.conf.d sec +} |