Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7125 Details for
Bug 13563
linc-0.7.1.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
linc-0.7.1.ebuild (update)
linc-0.7.1.ebuild (text/plain), 1.03 KB, created by
Kfir Ozer
on 2003-01-09 06:50:53 UTC
(
hide
)
Description:
linc-0.7.1.ebuild (update)
Filename:
MIME Type:
Creator:
Kfir Ozer
Created:
2003-01-09 06:50:53 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.5.ebuild,v 1.5 2002/12/15 12:35:24 bjb Exp $ > >IUSE="doc ssl" > > >inherit libtool gnome.org > >S=${WORKDIR}/${P} >DESCRIPTION="A library to ease the writing of networked applications" >HOMEPAGE="http://www.gnome.org/" > >SLOT="0" >LICENSE="LGPL-2.1" >KEYWORDS="x86 ~ppc ~sparc alpha" > >RDEPEND=">=dev-libs/glib-1.3.11 > ssl? ( >=dev-libs/openssl-0.9.6 )" > >DEPEND="${RDEPEND} > doc? ( >=dev-util/gtk-doc-0.9-r2 ) > >=dev-util/pkgconfig-0.12.0" > >src_compile() { > elibtoolize > local myconf > use doc \ > && myconf="${myconf} --enable-gtk-doc" \ > || myconf="${myconf} --disable-gtk-doc" ># if this is disabled (use) ORBit2 will fail to build. Just force it on > use ssl \ > && myconf="${myconf} --with-openssl" \ > || myconf="${myconf} --without-openssl" > econf ${myconf} || die > emake || die >} > >src_install() { > einstall || die > dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO >}
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 13563
: 7125