Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153013
Collapse All | Expand All

(-)talkfilters-2.3.4-r1.ebuild (-6 / +11 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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/app-text/talkfilters/talkfilters-2.3.4-r1.ebuild,v 1.7 2005/11/29 03:22:33 vapier Exp $
3
# $Header: $
4
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="1.7"
7
8
inherit autotools
4
9
5
DESCRIPTION="convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect"
10
DESCRIPTION="convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect"
6
HOMEPAGE="http://www.dystance.net/software/talkfilters/"
11
HOMEPAGE="http://www.dystance.net/software/talkfilters/"
Lines 11-22 Link Here
11
KEYWORDS="amd64 ~hppa ~mips ppc ~ppc-macos x86"
16
KEYWORDS="amd64 ~hppa ~mips ppc ~ppc-macos x86"
12
IUSE=""
17
IUSE=""
13
18
14
DEPEND=">=sys-apps/sed-4"
19
DEPEND=""
15
RDEPEND="virtual/libc"
20
RDEPEND=""
16
21
17
src_unpack() {
22
src_unpack() {
18
	unpack ${A}
23
	unpack ${A}
19
	cd ${S}
24
	cd "${S}"
20
	# respect DESTDIR
25
	# respect DESTDIR
21
	sed -i 's:\($(mandir)\):$(DESTDIR)/\1:' Makefile.am \
26
	sed -i 's:\($(mandir)\):$(DESTDIR)/\1:' Makefile.am \
22
		|| die "sed Makefile.am failed"
27
		|| die "sed Makefile.am failed"
Lines 24-31 Link Here
24
}
29
}
25
30
26
src_compile() {
31
src_compile() {
27
	einfo "Running autoreconf"
32
	einfo "Running eautoreconf"
28
	WANT_AUTOMAKE=1.7 autoreconf -f -i || die "autoreconf failed"
33
	eautoreconf
29
34
30
	econf || die "econf failed"
35
	econf || die "econf failed"
31
	emake || die "emake failed"
36
	emake || die "emake failed"

Return to bug 153013