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/dev-games/mercator/mercator-0.3.1.ebuild,v 1.1 2012/07/10 21:32:33 mr_bones_ Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.3.1.ebuild,v 1.1 2012/07/10 21:32:33 mr_bones_ Exp $ |
4 |
|
4 |
|
5 |
EAPI=2 |
5 |
EAPI=4 |
6 |
inherit base |
6 |
inherit base |
7 |
|
7 |
|
8 |
DESCRIPTION="WorldForge library primarily aimed at terrain." |
8 |
DESCRIPTION="WorldForge library primarily aimed at terrain." |
Lines 21-26
Link Here
|
21 |
|
21 |
|
22 |
DOCS=( AUTHORS ChangeLog NEWS README TODO ) |
22 |
DOCS=( AUTHORS ChangeLog NEWS README TODO ) |
23 |
|
23 |
|
|
|
24 |
src_configure() { |
25 |
econf --disable-silent-rules |
26 |
} |
27 |
|
24 |
src_compile() { |
28 |
src_compile() { |
25 |
base_src_compile |
29 |
base_src_compile |
26 |
use doc && base_src_compile docs |
30 |
use doc && base_src_compile docs |
Lines 29-33
Link Here
|
29 |
src_install() { |
33 |
src_install() { |
30 |
use doc && HTML_DOCS=( doc/html/* ) |
34 |
use doc && HTML_DOCS=( doc/html/* ) |
31 |
base_src_install |
35 |
base_src_install |
32 |
find "${D}" -type f -name '*.la' -exec rm {} + || die |
36 |
prune_libtool_files |
33 |
} |
37 |
} |