diff options
author | Cédric Krier <cedk@gentoo.org> | 2006-12-16 22:29:51 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2006-12-16 22:29:51 +0000 |
commit | 7a9f8793d0ae1211584a6b7fc17f55c79f460865 (patch) | |
tree | b3d6b8b7391a0120d6c920a63ded3290319e681c /net-analyzer/sec/sec-2.4.0.ebuild | |
parent | Initial import. Using a snapshot since the 0.1 release is quite old and has (diff) | |
download | gentoo-2-7a9f8793d0ae1211584a6b7fc17f55c79f460865.tar.gz gentoo-2-7a9f8793d0ae1211584a6b7fc17f55c79f460865.tar.bz2 gentoo-2-7a9f8793d0ae1211584a6b7fc17f55c79f460865.zip |
Version bump
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-analyzer/sec/sec-2.4.0.ebuild')
-rw-r--r-- | net-analyzer/sec/sec-2.4.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-analyzer/sec/sec-2.4.0.ebuild b/net-analyzer/sec/sec-2.4.0.ebuild new file mode 100644 index 000000000000..a54d47261514 --- /dev/null +++ b/net-analyzer/sec/sec-2.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.4.0.ebuild,v 1.1 2006/12/16 22:29:51 cedk 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 +} + |