Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246719 | Differences between
and this patch

Collapse All | Expand All

(-)sphinx2-0.6.ebuild.orig (+9 lines)
Lines 5-10 Link Here
5
MY_P=${P/_/}
5
MY_P=${P/_/}
6
S=${WORKDIR}/${MY_P}
6
S=${WORKDIR}/${MY_P}
7
7
8
inherit eutils
9
8
DESCRIPTION="CMU Speech Recognition-engine"
10
DESCRIPTION="CMU Speech Recognition-engine"
9
HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/"
11
HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/"
10
SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
12
SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
Lines 14-19 Link Here
14
KEYWORDS="amd64 ppc x86"
16
KEYWORDS="amd64 ppc x86"
15
IUSE=""
17
IUSE=""
16
18
19
src_unpack() {
20
	unpack ${A}
21
	cd "${S}"
22
	# Not using autotools thus patching Makefile.in
23
	epatch "${FILESDIR}"/${P}-as-needed.patch
24
}
25
17
src_install() {
26
src_install() {
18
	emake DESTDIR="${D}" install || die "emake install failed"
27
	emake DESTDIR="${D}" install || die "emake install failed"
19
	dodoc AUTHORS ChangeLog NEWS README doc/README.bin doc/README.lib doc/SCHMM_format doc/filler.dict doc/phoneset doc/phoneset-old
28
	dodoc AUTHORS ChangeLog NEWS README doc/README.bin doc/README.lib doc/SCHMM_format doc/filler.dict doc/phoneset doc/phoneset-old

Return to bug 246719