/[gentoo-x86]/app-accessibility/epos/epos-2.5.37-r1.ebuild
Gentoo

Contents of /app-accessibility/epos/epos-2.5.37-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (show annotations) (download)
Sun Mar 3 07:10:10 2013 UTC (2 months, 2 weeks ago) by dirtyepic
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +3 -2 lines
Fix build with GCC 4.7 (bug #440354).

(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/epos-2.5.37-r1.ebuild,v 1.16 2012/04/14 09:28:58 neurogeek Exp $
4
5 EAPI="4"
6
7 inherit eutils autotools
8
9 DESCRIPTION="language independent text-to-speech system"
10 HOMEPAGE="http://epos.ure.cas.cz/"
11 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86"
16 IUSE=""
17
18 DEPEND=">=app-text/sgmltools-lite-3.0.3-r9"
19 RDEPEND=""
20
21 src_prepare() {
22 epatch "${FILESDIR}"/${P}-gcc43.patch \
23 "${FILESDIR}"/${P}-gcc45.patch \
24 "${FILESDIR}"/${P}-gcc47.patch \
25 "${FILESDIR}"/${P}-disable-tests.patch
26
27 sed -i -e "s/CCC/#CCC/" configure.ac || die
28
29 eautoreconf
30 }
31
32 src_configure() {
33 econf \
34 --enable-charsets \
35 --disable-portaudio
36 }
37
38 src_install() {
39 default
40
41 doinitd "${FILESDIR}/eposd"
42 dodoc WELCOME THANKS Changes "${FILESDIR}/README.gentoo"
43 }

  ViewVC Help
Powered by ViewVC 1.1.13