|
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/dev-libs/mpc/mpc-0.8.2.ebuild,v 1.11 2010/11/23 21:28:09 xarthisius Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-0.8.2.ebuild,v 1.11 2010/11/23 21:28:09 xarthisius Exp $ |
| 4 |
|
4 |
|
|
|
5 |
inherit libtool |
| 6 |
|
| 5 |
# Unconditional dependency of gcc. Keep this set to 0. |
7 |
# Unconditional dependency of gcc. Keep this set to 0. |
| 6 |
EAPI=0 |
8 |
EAPI=0 |
| 7 |
|
9 |
|
|
Lines 18-23
Link Here
|
| 18 |
>=dev-libs/mpfr-2.3.1" |
20 |
>=dev-libs/mpfr-2.3.1" |
| 19 |
RDEPEND="${DEPEND}" |
21 |
RDEPEND="${DEPEND}" |
| 20 |
|
22 |
|
|
|
23 |
src_unpack() { |
| 24 |
unpack ${A} |
| 25 |
cd "${S}" |
| 26 |
|
| 27 |
elibtoolize |
| 28 |
} |
| 29 |
|
| 21 |
src_install() { |
30 |
src_install() { |
| 22 |
emake DESTDIR="${D}" install || die |
31 |
emake DESTDIR="${D}" install || die |
| 23 |
dodoc "${S}"/{ChangeLog,NEWS,README,TODO} |
32 |
dodoc "${S}"/{ChangeLog,NEWS,README,TODO} |