|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-2.0.2.ebuild,v 1.1 2004/09/01 10:37:04 aliz Exp $ | # $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-2.0.2.ebuild,v 1.1 2004/09/01 10:37:04 aliz Exp $ |
| |
|
inherit eutils |
|
|
DESCRIPTION="A firewall GUI" | DESCRIPTION="A firewall GUI" |
HOMEPAGE="http://www.fwbuilder.org/" | HOMEPAGE="http://www.fwbuilder.org/" |
SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz" | SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz" |
|
|
nls? ( >=sys-devel/gettext-0.11.4 ) | nls? ( >=sys-devel/gettext-0.11.4 ) |
>=dev-libs/libxslt-1.0.7" | >=dev-libs/libxslt-1.0.7" |
| |
|
src_unpack() { |
|
unpack ${A} |
|
cd ${S} |
|
epatch ${FILESDIR}/${P}--errno_compile_fix.patch |
|
} |
|
|
src_compile() { | src_compile() { |
econf `use_enable nls` || die | econf `use_enable nls` || die |
| |