Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10034 Details for
Bug 18495
Enabling Gtk2 support for freeciv
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The portage script
freeciv-1.14.0-r1.ebuild (text/plain), 1.44 KB, created by
Mathias Hasselmann
on 2003-03-30 15:38:15 UTC
(
hide
)
Description:
The portage script
Filename:
MIME Type:
Creator:
Mathias Hasselmann
Created:
2003-03-30 15:38:15 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-games/freeciv/freeciv-1.14.0.ebuild,v 1.5 2003/03/05 09:01:29 vapier Exp $ > >DESCRIPTION="multiplayer strategy game (Civilization Clone)" >SRC_URI="ftp://ftp.freeciv.org/freeciv/stable/${P}.tar.bz2" >HOMEPAGE="http://www.freeciv.org/" > >KEYWORDS="x86 sparc" >LICENSE="GPL-2" >SLOT="0" >IUSE="nls gtk imlib" > > > >DEPEND="virtual/x11 > || ( > gtk? ( ~x11-libs/gtk+-1.2.10-r4 ) > gtk2? ( >=x11-libs/gtk+-2.0.0 ) > x11-libs/xaw > ) > >=media-libs/sdl-mixer-1.2.0 > imlib? ( >=media-libs/imlib-1.9.10-r1 )" >RDEPEND="sys-libs/zlib" > >src_compile() { > local myconf > > if use gtk2; then > myconf="${myconf} --enable-client=gtk2" > elif use gtk; then > myconf="${myconf} --enable-client=gtk" > else > myconf="${myconf} --enable-client=xaw3d --disable-gtktest" > fi > > use imlib \ > || myconf="${myconf} --disable-imlibtest" > > use nls \ > || myconf="${myconf} --disable-nls" > > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man \ > --with-x \ > --with-zlib \ > ${myconf} || die > > emake || die >} > >src_install() { > make \ > prefix=${D}/usr \ > install || die > > use gtk || /bin/install -D -m 644 \ > ${S}/data/Freeciv \ > ${D}/usr/X11R6/lib/X11/app-defaults/Freeciv > > > dodoc ABOUT-NLS AUTHORS BUGS ChangeLog HOWTOPLAY INSTALL NEWS PEOPLE README* > dodoc TODO freeciv_hackers_guide.txt >}
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 18495
: 10034 |
10035