| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 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/dev-libs/xalan-c/xalan-c-1.11.0_pre797991.ebuild,v 1.5 2010/09/12 20:17:04 hwoarang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.11.0_pre797991.ebuild,v 1.6 2011/02/25 17:15:29 dev-zero Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit toolchain-funcs eutils flag-o-matic multilib |
7 | inherit toolchain-funcs eutils flag-o-matic multilib |
| 8 | |
8 | |
| … | |
… | |
| 73 | |
73 | |
| 74 | default |
74 | default |
| 75 | } |
75 | } |
| 76 | |
76 | |
| 77 | src_compile() { |
77 | src_compile() { |
| 78 | emake -j1 || die |
78 | emake || die |
| 79 | |
79 | |
| 80 | if use doc ; then |
80 | if use doc ; then |
| 81 | mkdir build |
81 | mkdir build |
| 82 | cd "${S}/xdocs" |
82 | cd "${S}/xdocs" |
| 83 | doxygen DoxyfileXalan |
83 | doxygen DoxyfileXalan |