Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7458 Details for
Bug 14207
ebuild freeciv-1.14.0_beta3.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/app-games/freeciv/freeciv-1.14.0_beta3.ebuild
freeciv-1.14.0_beta3.ebuild (text/plain), 1.23 KB, created by
Mathias Menzel-Nielsen
on 2003-01-19 17:42:20 UTC
(
hide
)
Description:
/app-games/freeciv/freeciv-1.14.0_beta3.ebuild
Filename:
MIME Type:
Creator:
Mathias Menzel-Nielsen
Created:
2003-01-19 17:42:20 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="nls gtk imlib" > >MY_P="${PN}-${PV/_beta3/-beta3}" >S=${WORKDIR}/${MY_P} >DESCRIPTION="Freeciv is a multiplayer strategy game (Civilization Clone)" >SRC_URI="ftp://ftp.freeciv.org/freeciv/beta/${MY_P}.tar.bz2" >HOMEPAGE="http://www.freeciv.org" >KEYWORDS="x86 sparc" >LICENSE="GPL-2" >SLOT="0" > >DEPEND="virtual/x11 > gtk? ( ~x11-libs/gtk+-1.2.10-r4 ) > imlib? ( >=media-libs/imlib-1.9.10-r1 )" > >use gtk || DEPEND="${DEPEND} x11-libs/xaw" > >RDEPEND="sys-libs/zlib" > > >src_compile() { > local myconf > > use gtk \ > || myconf="${myconf} --with-xaw3d --disable-gtktest" > > 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 14207
:
7457
| 7458