Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84142 Details for
Bug 129149
sphinx3-0.5/0.6 ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sphinx2-0.6 ebuild
sphinx2-0.6.ebuild (text/plain), 915 bytes, created by
Franklin Marmon
on 2006-04-07 09:53:33 UTC
(
hide
)
Description:
sphinx2-0.6 ebuild
Filename:
MIME Type:
Creator:
Franklin Marmon
Created:
2006-04-07 09:53:33 UTC
Size:
915 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.11 2005/01/01 10:53:08 eradicator Exp $ > >IUSE="static" > >inherit eutils gnuconfig > >MY_P=${P/_/} >S=${WORKDIR}/${MY_P} > >DESCRIPTION="CMU Speech Recognition-engine" >HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/" >SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz" > >LICENSE="BSD as-is" >SLOT="0" >KEYWORDS="amd64 ppc x86" > >DEPEND="virtual/libc" > >src_unpack() { > unpack ${A} > cd ${S} > if use amd64 ; then > gnuconfig_update > fi >} > >src_compile() { > econf $(use_enable static) || die > emake || die >} > >src_install() { > make DESTDIR="${D}" install || die > dodoc AUTHORS ChangeLog NEWS README doc/README.bin doc/README.lib doc/SCHMM_format doc/filler.dict doc/phoneset doc/phoneset-old > dohtml doc/phoneset_s2.html doc/sphinx2.html >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 129149
:
84142
|
84143
|
84144