diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-05 14:37:51 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-05 14:37:51 +0000 |
commit | 5e86109e767d3d3214fcf6a5739a0f35134cff76 (patch) | |
tree | d98fbb9fba8abfd889bd6b3188563ffbb6bf403f /net-firewall | |
parent | Move and versionbump (diff) | |
download | gentoo-2-5e86109e767d3d3214fcf6a5739a0f35134cff76.tar.gz gentoo-2-5e86109e767d3d3214fcf6a5739a0f35134cff76.tar.bz2 gentoo-2-5e86109e767d3d3214fcf6a5739a0f35134cff76.zip |
version bump
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/files/digest-shorewall-1.3.13 | 1 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.3.13.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.3.13 b/net-firewall/shorewall/files/digest-shorewall-1.3.13 new file mode 100644 index 000000000000..e41a45c2bb34 --- /dev/null +++ b/net-firewall/shorewall/files/digest-shorewall-1.3.13 @@ -0,0 +1 @@ +MD5 8116d9c91429da231cace02b252f0ee0 shorewall-1.3.13.tgz 1590896 diff --git a/net-firewall/shorewall/shorewall-1.3.13.ebuild b/net-firewall/shorewall/shorewall-1.3.13.ebuild new file mode 100644 index 000000000000..2128143c7919 --- /dev/null +++ b/net-firewall/shorewall/shorewall-1.3.13.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /home/cvsroot/gentoo-x86/net-misc/shorewall/shorewall-1..3.9b.ebuild + +S=${WORKDIR}/${P} +DESCRIPTION="Full state iptables firewall" +SRC_URI="http://www.shorewall.net/pub/shorewall/${P}.tgz" +HOMEPAGE="http://www.shorewall.net" +LICENSE="GPL" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +SLOT="0" + +DEPEND="virtual/glibc + sys-apps/iptables + sys-apps/iproute" + +RDEPENR=${DEPEND} + +src_install () { + dodir /etc/init.d /var/state + PREFIX=${D} ./install.sh || die + + exeinto /etc/init.d + newexe ${FILESDIR}/shorewall shorewall +} +pkg_postinst() { + einfo "Read the documentatition from http://www.shorewall.net" + einfo "and edit the files in /etc/shorewall before starting the firewall" +} |