Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30685 Details for
Bug 49951
gai-0.5.3.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gai-0.5.3.ebuild (Update)
gai-0.5.3.ebuild (text/plain), 1.33 KB, created by
revertex
on 2004-05-04 03:11:27 UTC
(
hide
)
Description:
gai-0.5.3.ebuild (Update)
Filename:
MIME Type:
Creator:
revertex
Created:
2004-05-04 03:11:27 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="opengl gnome" > >MY_P=${P/_/} >DESCRIPTION="GAI, The General Applet Interface library is a library that will help applet programmers alot." >HOMEPAGE="http://gai.sourceforge.net/" >SRC_URI="mirror://sourceforge/gai/${MY_P}.tar.bz2" > >SLOT="0" >LICENSE="LGPL-2" >KEYWORDS="~x86" > >DEPEND=">=x11-libs/gtk+-2.0.0 > opengl? ( >=x11-libs/gtkglext-1.0.5 ) > gnome? ( >=gnome-base/gnome-panel-2.0.0 )" > >S=${WORKDIR}/${MY_P} > >src_compile() { > # works with just set prefix (doesn't hardcode the prefix anywhere)! > local myconf > > # Someone please tell upstream that the way to enable/disable things in > # configure scripts should be bloody well consistent -- it's in poor taste > # and downright incompetent to have to use --with if you want something > # and --disable if you don't > > use opengl \ > && myconf="${myconf} --with-gl" \ > || myconf="${myconf} --disable-gl" > > use gnome \ > && myconf="${myconf} --with-gnome" \ > || myconf="${myconf} --disable-gnome" > > econf \ > --prefix=${D}/usr \ > ${myconf} || die > > emake || die >} > >src_install() { > einstall || die > dodoc AUTHORS BUGS COPYING.LIB ChangeLog INSTALL README \ > README.gai THANKS TODO WINDOWMANAGERS > dohtml ${S}/docs/* > # install examples > cp -r ${S}/examples ${D}/usr/share/doc/${P} >}
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 49951
: 30685