Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131191 Details for
Bug 192897
dev-libs/stfl does not compile when ncurses is not emerged with 'unicode' in the USE flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Should work now
stfl-0.17.ebuild (text/plain), 1.77 KB, created by
Antti Järvinen
on 2007-09-18 09:08:33 UTC
(
hide
)
Description:
Should work now
Filename:
MIME Type:
Creator:
Antti Järvinen
Created:
2007-09-18 09:08:33 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v 1.1 2007/09/04 22:42:32 ticho Exp $ > >inherit perl-module toolchain-funcs eutils > >DESCRIPTION="A library which implements a curses-based widget set for text terminals" >HOMEPAGE="http://www.clifford.at/stfl/" >SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz" > >LICENSE="LGPL-3" >SLOT="0" >KEYWORDS="~x86" > >IUSE="examples perl ruby" > >DEPEND="sys-libs/ncurses > perl? ( dev-lang/swig dev-lang/perl ) > ruby? ( dev-lang/swig dev-lang/ruby )" > >RDEPEND="sys-libs/ncurses > perl? ( dev-lang/perl ) > ruby? ( dev-lang/ruby )" > >src_unpack() { > unpack "${A}" > cd "${S}" > sed -i \ > -e "s!-Os -ggdb!!" \ > -e "s!^all:.*!all: libstfl.a!" \ > Makefile > > sed -i -e "s:/usr/lib/python2.4:${D}/usr/lib/python2.4:" \ > python/Makefile.snippet > > if ! use perl; then > echo "FOUND_PERL5=0" >>Makefile.cfg > fi > if ! use ruby; then > echo "FOUND_RUBY=0" >>Makefile.cfg > fi >} > >src_compile() { > if ! built_with_use sys-libs/ncurses unicode ; then > eerror "For this package to compile you must" > eerror "enable unicode use flag for ncurses." > eerror "Please re-emerge ncurses with unicode" > eerror "use flag." > die > fi > emake -j1 CC="$(tc-getCC)" || die "make failed" >} > >src_install() { > local exdir="/usr/share/doc/${PF}/examples" > > dodir /usr/lib/python2.4/lib-dynload > emake -j1 prefix="/usr" DESTDIR="${D}" install || die "make install failed" > > dodoc README > > if use examples; then > insinto ${exdir} > doins example.{c,stfl} > insinto ${exdir}/python > doins python/example.py > if use perl; then > insinto ${exdir}/perl > doins perl5/example.pl > fi > if use ruby; then > insinto ${exdir}/ruby > doins ruby/example.rb > fi > fi > > fixlocalpod >}
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 192897
:
131188
|
131190
| 131191