# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P_TREE="development/3.9" #MY_P_TREE="3.4" MY_P="shorewall-${PV}" DESCRIPTION="Shoreline Firewall shell-based compiler." HOMEPAGE="http://www.shorewall.net/" SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="net-firewall/iptables sys-apps/iproute2 >=net-firewall/shorewall-3.9.1" src_compile() { einfo "Nothing to compile." } src_install() { PREFIX="${D}" ./install.sh || die "install.sh failed" dodoc releasenotes.txt } pkg_postinst() { einfo einfo "Documentation is available at http://www.shorewall.net" einfo einfo "In order to use the shell compiler you need to add" einfo "SHOREWALL_COMPILER=shell" einfo "to shorewall.conf" einfo einfo "Please read the included release notes for more information." einfo einfo "Known problems:" einfo "http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${P}/known_problems.txt" }