From 47b7b20cf14755f6e6f7e7392b028c5736fbb683 Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Mon, 24 Feb 2003 19:38:41 +0000 Subject: corrected hp, src. version bumped. --- .../ipchains-firewall-1.7.3.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild (limited to 'net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild') diff --git a/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild b/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild new file mode 100644 index 000000000000..3a18576abe87 --- /dev/null +++ b/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild,v 1.1 2003/02/24 19:38:41 mholzer Exp $ + +S=${WORKDIR}/ipchains-firewall-1.7 +DESCRIPTION="IP-Chains Firewall Script " +SRC_URI="mirror://sourceforge/plonk/${P}.tar.gz" +HOMEPAGE="http://plonk.sourceforge.net/" +KEYWORDS="x86 sparc " +LICENSE="as-is" +SLOT="0" + +RDEPEND="sys-devel/perl" + +src_install() { + cd ${S} + into /usr + dosbin firewall.sh + dodoc README + cd midentd-1.6 + insinto /etc + doins midentd.conf midentd.mircusers + dodir /var/log + touch ${D}/var/log/midentd.log + chown nobody ${D}/var/log/midentd.log + dosbin midentd midentd.logcycle + docinto midentd + dodoc CHANGES README LICENSE +} -- cgit v1.2.3-65-gdbad