Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58105 Details for
Bug 91535
rcssserver3d-0.3.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rcssserver3d-0.3.ebuild
rcssserver3d-0.3.ebuild (text/plain), 1.42 KB, created by
Takenori KUBO
on 2005-05-05 00:31:01 UTC
(
hide
)
Description:
rcssserver3d-0.3.ebuild
Filename:
MIME Type:
Creator:
Takenori KUBO
Created:
2005-05-05 00:31:01 UTC
Size:
1.42 KB
patch
obsolete
># $Header: /cvsroot/rc-oz/portage/robocup-base/rcssserver3d/rcssserver3d-0.3.ebuild,v 1.10 2005/05/01 06:39:27 ozkubo Exp $ > >inherit eutils > >DESCRIPTION="The RoboCup Soccer Simulator is a research and educational tool for multi-agent systems and artificial intelligence. It enables for two teams of 11 simulated autonomous robotic players to play soccer (football)." >SRC_URI="mirror://sourceforge/sserver/${P}.tar.gz" >HOMEPAGE="http://sserver.sourceforge.net/" > >#IUSE="spades" >IUSE="static doc" > >SLOT="" >#RDEPEND="robocup-base/robocup-env" >DEPEND="${RDEPEND} > dev-libs/boost > >=dev-lang/ruby-1.8 > virtual/x11 > virtual/glut > dev-games/ode > sci-libs/spades > app-doc/doxygen >" > >LICENSE="LGPL-2.1" > >KEYWORDS="~amd64 x86 ~ppc ~sparc ~alpha" >PREFIX="/usr" >#PREFIX="/opt/robocup" > > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/0.3_app_simulator_Makefile.in.diff > epatch ${FILESDIR}/app_rcssmonitor3d_monitor.cpp.diff >} > >src_compile() { > export SPADES=${PREFIX} > export ODE=/usr > > ./configure \ > --prefix=${PREFIX} \ > --with-ruby=ruby18 \ > `use_enable static` \ > || die > > emake || die >} > >src_install() { > emake DESTDIR=${D} install > mv ${D}${PREFIX}/share/rcssserver3d/agentdb.xml ${D}${PREFIX}/share/rcssserver3d/agentdb.xml.sample >} > >pkg_postinst() { > if [ ! -e ${ROOT}${PREFIX}/share/rcssserver3d/agentdb.xml ] ; then > cp ${ROOT}${PREFIX}/share/rcssserver3d/agentdb.xml.sample ${ROOT}${PREFIX}/share/rcssserver3d/agentdb.xml > fi >}
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 91535
: 58105 |
58106
|
58107