Lines 1-7
Link Here
|
1 |
# Copyright 1999-2005 Gentoo Foundation |
1 |
# Copyright 1999-2005 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-misc/stunnel/stunnel-4.10.ebuild,v 1.1 2005/06/22 04:28:25 ramereth Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.10.ebuild,v 1.1 2005/06/22 04:28:25 ramereth Exp $ |
4 |
# arch-tag: 8402f27a-1ddd-4b90-9382-24acddb4b27a |
4 |
# arch-tag: 88cd71d7-42b7-49f0-a243-dc4cd27da535 |
5 |
|
5 |
|
6 |
inherit ssl-cert eutils flag-o-matic |
6 |
inherit ssl-cert eutils flag-o-matic |
7 |
|
7 |
|
Lines 11-17
Link Here
|
11 |
|
11 |
|
12 |
LICENSE="GPL-2" |
12 |
LICENSE="GPL-2" |
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc x86" |
15 |
IUSE="ipv6 selinux tcpd" |
15 |
IUSE="ipv6 selinux tcpd" |
16 |
|
16 |
|
17 |
DEPEND="virtual/libc |
17 |
DEPEND="virtual/libc |
Lines 21-26
Link Here
|
21 |
|
21 |
|
22 |
src_unpack() { |
22 |
src_unpack() { |
23 |
unpack ${A} |
23 |
unpack ${A} |
|
|
24 |
epatch ${FILESDIR}/${P}.purpose.patch |
25 |
epatch ${FILESDIR}/${P}.keytype.patch |
24 |
# Hack away generation of certificate |
26 |
# Hack away generation of certificate |
25 |
sed -i s/^install-data-local:/do-not-run-this:/ "${S}"/tools/Makefile.in |
27 |
sed -i s/^install-data-local:/do-not-run-this:/ "${S}"/tools/Makefile.in |
26 |
} |
28 |
} |
Lines 29-34
Link Here
|
29 |
econf \ |
31 |
econf \ |
30 |
`use_enable ipv6`\ |
32 |
`use_enable ipv6`\ |
31 |
`use_with tcpd tcp-wrappers` \ |
33 |
`use_with tcpd tcp-wrappers` \ |
|
|
34 |
--enable-dh \ |
32 |
|| die "econf died" |
35 |
|| die "econf died" |
33 |
emake || die "emake died" |
36 |
emake || die "emake died" |
34 |
} |
37 |
} |