Lines 2-7
Link Here
|
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-ftp/tftp-hpa/tftp-hpa-5.1.ebuild,v 1.7 2011/07/10 11:13:04 armin76 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild,v 1.7 2011/07/10 11:13:04 armin76 Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit eutils |
6 |
|
5 |
DESCRIPTION="port of the OpenBSD TFTP server" |
7 |
DESCRIPTION="port of the OpenBSD TFTP server" |
6 |
HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/" |
8 |
HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/" |
7 |
SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2" |
9 |
SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2" |
Lines 18-23
Link Here
|
18 |
readline? ( sys-libs/readline ) |
20 |
readline? ( sys-libs/readline ) |
19 |
tcpd? ( sys-apps/tcp-wrappers )" |
21 |
tcpd? ( sys-apps/tcp-wrappers )" |
20 |
|
22 |
|
|
|
23 |
src_unpack() { |
24 |
unpack "${A}" |
25 |
cd "${S}" |
26 |
|
27 |
epatch "${FILESDIR}/use-memcpy-for-header.patch" |
28 |
} |
29 |
|
21 |
src_compile() { |
30 |
src_compile() { |
22 |
econf \ |
31 |
econf \ |
23 |
$(use_with ipv6) \ |
32 |
$(use_with ipv6) \ |