| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild,v 1.4 2012/01/06 23:16:38 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild,v 1.5 2012/06/26 04:36:01 zmedico Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | # Force users doing their own patches to install their own tools |
7 | # Force users doing their own patches to install their own tools |
| 8 | AUTOTOOLS_AUTO_DEPEND=no |
8 | AUTOTOOLS_AUTO_DEPEND=no |
| 9 | |
9 | |
| 10 | inherit eutils toolchain-funcs autotools |
10 | inherit eutils multilib toolchain-funcs autotools |
| 11 | |
11 | |
| 12 | DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" |
12 | DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" |
| 13 | HOMEPAGE="http://www.iptables.org/" |
13 | HOMEPAGE="http://www.iptables.org/" |
| 14 | SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" |
14 | SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" |
| 15 | |
15 | |