diff options
author | Michael Boman <mboman@gentoo.org> | 2004-05-24 02:14:35 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-05-24 02:14:35 +0000 |
commit | eee32ec6475eac21ab6fa92f6e0f899977db57bf (patch) | |
tree | 7a2f2819f17bdc131c3a9869f99ed38c6d060790 /net-analyzer/oinkmaster/oinkmaster-1.0.ebuild | |
parent | Stable on ppc. (Manifest recommit) (diff) | |
download | gentoo-2-eee32ec6475eac21ab6fa92f6e0f899977db57bf.tar.gz gentoo-2-eee32ec6475eac21ab6fa92f6e0f899977db57bf.tar.bz2 gentoo-2-eee32ec6475eac21ab6fa92f6e0f899977db57bf.zip |
New upstream version. Closes bug #51567.
Diffstat (limited to 'net-analyzer/oinkmaster/oinkmaster-1.0.ebuild')
-rw-r--r-- | net-analyzer/oinkmaster/oinkmaster-1.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-analyzer/oinkmaster/oinkmaster-1.0.ebuild b/net-analyzer/oinkmaster/oinkmaster-1.0.ebuild new file mode 100644 index 000000000000..6bc26ac7c3b6 --- /dev/null +++ b/net-analyzer/oinkmaster/oinkmaster-1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/oinkmaster/oinkmaster-1.0.ebuild,v 1.1 2004/05/24 02:14:35 mboman Exp $ + +inherit eutils + +DESCRIPTION="Rule management for SNORT" +SRC_URI="mirror://sourceforge/oinkmaster/${P}.tar.gz" +HOMEPAGE="http://oinkmaster.sf.net/" +IUSE="X" + +DEPEND="" +RDEPEND="dev-lang/perl + X? ( dev-perl/perl-tk ) + net-misc/wget + app-arch/tar + app-arch/gzip" + +SLOT="0" +LICENSE="BSD" + +KEYWORDS="~x86" + +src_install() { + dobin oinkmaster.pl contrib/create-sidmap.pl contrib/addsid.pl contrib/makesidex.pl contrib/addmsg.pl + use X && dobin contrib/oinkgui.pl + dodoc FAQ UPGRADING README README.win32 README.gui LICENSE INSTALL contrib/README.contrib + doman oinkmaster.1 + insinto /etc + doins oinkmaster.conf +} |