| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/netstat-nat/netstat-nat-1.4.9.ebuild,v 1.5 2010/05/11 00:28:25 jer Exp $
|
| 4 |
|
| 5 |
inherit autotools eutils
|
| 6 |
|
| 7 |
DESCRIPTION="Display NAT connections"
|
| 8 |
HOMEPAGE="http://tweegy.demon.nl/projects/netstat-nat/index.html"
|
| 9 |
SRC_URI="http://tweegy.demon.nl/download/${P}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="amd64 ppc sparc x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
DEPEND=""
|
| 17 |
RDEPEND=""
|
| 18 |
|
| 19 |
src_unpack() {
|
| 20 |
unpack ${A}
|
| 21 |
|
| 22 |
cd "${S}"
|
| 23 |
epatch "${FILESDIR}"/${PN}-1.4.10-install.patch
|
| 24 |
eautoreconf
|
| 25 |
}
|
| 26 |
src_install() {
|
| 27 |
make DESTDIR="${D}" install || die "make install failed"
|
| 28 |
}
|