diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-02-07 13:05:25 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-02-07 13:05:25 +0000 |
commit | 1b8832db08669bf81e20175d8fc603185bad5663 (patch) | |
tree | 435f2bd5e07b2b13eab3e29b883b5184b77d29d2 /net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild | |
parent | bug 59554 (diff) | |
download | historical-1b8832db08669bf81e20175d8fc603185bad5663.tar.gz historical-1b8832db08669bf81e20175d8fc603185bad5663.tar.bz2 historical-1b8832db08669bf81e20175d8fc603185bad5663.zip |
Fixed installation location of man page, marked stable on x86 and amd64 for seemant.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild')
-rw-r--r-- | net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild new file mode 100644 index 000000000000..dfdf1f89fb7c --- /dev/null +++ b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild,v 1.1 2005/02/07 13:05:25 cryos Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid." +HOMEPAGE="http://www.fwipsec.net/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="x86 ~ppc ~sparc ~alpha amd64 ~hppa ~mips ~ia64" + +DEPEND="virtual/linux-sources + >=net-firewall/iptables-1.2.7 + sys-apps/iproute2" + +src_install() { + exeinto /etc/fwipsec + doexe fwipsec.* + exeinto /etc/init.d + doexe fwipsec + + dodoc LICENSE DOCS/README* + doman DOCS/*.5 +} + +pkg_postinst() { + einfo "Edit /etc/fwipsec/fwipsec.defs to set your base rules." + echo +} |