|
Lines 2-8
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/www-apache/mod_jk/mod_jk-1.2.15.ebuild,v 1.1 2006/07/23 09:31:44 nelchael Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.15.ebuild,v 1.1 2006/07/23 09:31:44 nelchael Exp $ |
| 4 |
|
4 |
|
| 5 |
inherit apache-module java-utils-2 |
5 |
inherit apache-module autotools java-utils-2 |
| 6 |
|
6 |
|
| 7 |
MY_P="jakarta-tomcat-connectors-${PV}-src" |
7 |
MY_P="jakarta-tomcat-connectors-${PV}-src" |
| 8 |
|
8 |
|
|
Lines 30-35
Link Here
|
| 30 |
|
30 |
|
| 31 |
need_apache |
31 |
need_apache |
| 32 |
|
32 |
|
|
|
33 |
src_unpack() { |
| 34 |
unpack ${A} |
| 35 |
cd ${S} |
| 36 |
|
| 37 |
eautoreconf |
| 38 |
} |
| 39 |
|
| 33 |
src_compile() { |
40 |
src_compile() { |
| 34 |
local apxs |
41 |
local apxs |
| 35 |
local java_args |
42 |
local java_args |
|
Lines 42-48
Link Here
|
| 42 |
--with-apr-config=/usr/bin/apr-config \ |
49 |
--with-apr-config=/usr/bin/apr-config \ |
| 43 |
${java_args} \ |
50 |
${java_args} \ |
| 44 |
|| die "econf failed" |
51 |
|| die "econf failed" |
| 45 |
emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "make failed" |
52 |
emake || die "make failed" |
| 46 |
} |
53 |
} |
| 47 |
|
54 |
|
| 48 |
src_install() { |
55 |
src_install() { |