diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-24 19:38:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-24 19:38:41 +0000 |
commit | 47b7b20cf14755f6e6f7e7392b028c5736fbb683 (patch) | |
tree | 65a8492f8e4adbeb8bc03edc76576e9e35644d39 /net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild | |
parent | New package (diff) | |
download | gentoo-2-47b7b20cf14755f6e6f7e7392b028c5736fbb683.tar.gz gentoo-2-47b7b20cf14755f6e6f7e7392b028c5736fbb683.tar.bz2 gentoo-2-47b7b20cf14755f6e6f7e7392b028c5736fbb683.zip |
corrected hp, src. version bumped.
Diffstat (limited to 'net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild')
-rw-r--r-- | net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
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 +} |