# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License # $Header: $ DESCRIPTION="High-level tool for firewall configuration" SRC_URI="http://firewall.lutel.pl/download/${PV}/${PN}.tar.gz" HOMEPAGE="http://firewall.lutel.pl" KEYWORDS="x86 ppc sparc alpha amd64" SLOT="0" LICENSE="GPL-2" IUSE="" S="${WORKDIR}/${PN}" DEPEND="virtual/libc >=net-firewall/iptables-1.2.6 sys-apps/iproute2 >=sys-apps/gawk-3.1" src_install() { insinto /etc; newins firewall.conf ${PN}.conf insinto /usr/sbin; newsbin firewall ${PN} exeinto /etc/init.d; doexe ${FILESDIR}/${PN} dodoc FEATURES ChangeLog } pkg_postinst() { echo einfo "Basic configuration file is /etc/${PN}.conf" einfo "Adjust it to your needs before using" echo }