Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62860 Details for
Bug 98241
RealTimeBattle ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-engines/realtimebattle-1.0.7
realtimebattle-1.0.7.ebuild (text/plain), 1.27 KB, created by
Pau Rodriguez
on 2005-07-07 12:38:56 UTC
(
hide
)
Description:
games-engines/realtimebattle-1.0.7
Filename:
MIME Type:
Creator:
Pau Rodriguez
Created:
2005-07-07 12:38:56 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_P1E="RealTimeBattle-${PV}-Ext" >MY_P1S="RealTimeBattle-${PV}-Std" > >DESCRIPTION="A programming game in which robots controlled by programs fight each other." >HOMEPAGE="http://realtimebattle.sourceforge.net/" >SRC_URI="examples? ( mirror://sourceforge/${PN}/${MY_P1E}.tar.gz) > !examples? ( mirror://sourceforge/${PN}/${MY_P1S}.tar.gz)" > >LICENSE="GPL-2" >KEYWORDS="x86" >IUSE="perl nls java debug doc examples" > >DEPEND=">=x11-libs/gtk+-2.0.3 > sys-apps/gawk > perl? ( >=dev-lang/perl-5.6.1 ) > nls? ( sys-devel/gettext ) > java? ( virtual/jre )" >RDEPEND="${DEPEND}" > >use examples && MY_P="${MY_P1E}" || MY_P="${MY_P1S}" >S="${WORKDIR}/${MY_P}" > >src_compile() { > > use nls && myconf="--with-included-gettext" || myconf="--disable-nls" > > econf \ > $(use_enable debug) \ > ${myconf} \ > || die "Configure failed" > > emake || die "Compile failed" > >} > >src_install(){ > > make DESTDIR="${D}" install || die "Install failed" > mkdir -p ${D}/usr/games/share/ ${D}/usr/games/bin > mv ${D}/usr/bin/* ${D}/usr/games/bin/ > use doc || rm -Rf ${D}/usr/games/RealTimeBattle/Documentation > mv ${D}/usr/games/RealTimeBattle ${D}/usr/games/share/ > rm -R ${D}/usr/bin > >} >
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 98241
:
62854
|
62860
|
62994