Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74073 Details for
Bug 114482
Hunspell system ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for v1.1.2 of hunspell
hunspell-1.1.2.ebuild (text/plain), 746 bytes, created by
Kevin F. Quinn (RETIRED)
on 2005-12-04 16:18:49 UTC
(
hide
)
Description:
Ebuild for v1.1.2 of hunspell
Filename:
MIME Type:
Creator:
Kevin F. Quinn (RETIRED)
Created:
2005-12-04 16:18:49 UTC
Size:
746 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in oOO." >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >HOMEPAGE="http://hunspell.sourceforge.net/" > >SLOT="0" >LICENSE="GPL-2" >IUSE="ncurses readline" >KEYWORDS="~x86" > >DEPEND="virtual/libc > readline? ( sys-libs/readline ) > ncurses? ( sys-libs/ncurses ) > sys-devel/gettext > >=sys-devel/autoconf-2.59 > >=sys-devel/automake-1.9" > >src_compile() { > config="" > > ./configure \ > --prefix=/usr \ > $(use_with readline readline) \ > $(use_with ncurses ui) \ > ${config} || die "./configure failed" > > emake || die >} > >src_install() { > einstall || die >}
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 114482
: 74073 |
78420