| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/sys-devel/automake/Attic/automake-1.10.2.ebuild,v 1.8 2009/02/08 19:42:55 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/Attic/automake-1.10.2.ebuild,v 1.9 2009/03/21 11:42:54 vapier Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils |
5 | inherit eutils |
| 6 | |
6 | |
| 7 | DESCRIPTION="Used to generate Makefile.in from Makefile.am" |
7 | DESCRIPTION="Used to generate Makefile.in from Makefile.am" |
| 8 | HOMEPAGE="http://sources.redhat.com/automake/" |
8 | HOMEPAGE="http://sources.redhat.com/automake/" |
| … | |
… | |
| 31 | mv doc/automake{,${SLOT}}.texi |
31 | mv doc/automake{,${SLOT}}.texi |
| 32 | sed -i \ |
32 | sed -i \ |
| 33 | -e "s:automake.info:automake${SLOT}.info:" \ |
33 | -e "s:automake.info:automake${SLOT}.info:" \ |
| 34 | -e "s:automake.texi:automake${SLOT}.texi:" \ |
34 | -e "s:automake.texi:automake${SLOT}.texi:" \ |
| 35 | doc/Makefile.in || die "sed on Makefile.in failed" |
35 | doc/Makefile.in || die "sed on Makefile.in failed" |
|
|
36 | epatch "${FILESDIR}"/${P}-bash4.patch #263068 |
| 36 | export WANT_AUTOCONF=2.5 |
37 | export WANT_AUTOCONF=2.5 |
| 37 | } |
38 | } |
| 38 | |
39 | |
| 39 | src_compile() { |
40 | src_compile() { |
| 40 | econf --docdir=/usr/share/doc/${PF} || die |
41 | econf --docdir=/usr/share/doc/${PF} || die |