Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116577 Details for
Bug 174975
new package: dev-libs/stfl-0.8 (ebuild attached)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Improved stfl ebuild
stfl-0.8.ebuild (text/plain), 1.33 KB, created by
Andrej Kacian (RETIRED)
on 2007-04-17 23:43:00 UTC
(
hide
)
Description:
Improved stfl ebuild
Filename:
MIME Type:
Creator:
Andrej Kacian (RETIRED)
Created:
2007-04-17 23:43:00 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit perl-module > >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="GPL-2" >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!-O0 -ggdb!!' \ > -e 's!^all:.*!all: libstfl.a!' \ > Makefile > > sed -i -e "s:/usr/lib/python2.4:${D}/usr/lib/python2.4:" \ > python/Makefile.snippet >} > >src_compile() { > emake || die "make failed" >} > >src_install() { > local exdir="/usr/share/doc/${PF}/examples" > > dodir /usr/lib/python2.4/lib-dynload > emake prefix="${D}/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/* > if use perl; then > insinto ${exdir}/perl > doins perl5/* > fi > if use ruby; then > insinto ${exdir}/ruby > doins ruby/* > fi > if use swig; then > insinto ${exdir}/swig > doins swig/* > 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 174975
:
116557
| 116577