forked from rcsoccersim/rcssserver
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathspec.tmpl.in
More file actions
37 lines (29 loc) · 746 Bytes
/
spec.tmpl.in
File metadata and controls
37 lines (29 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Summary: The RoboCup Soccer Simulator
Name: @PACKAGE@
Version: @VERSION@
Release: 0
Copyright: LGPL
Group: Applications/Engineering
Source0: http://prdownloads.sourceforge.net/sserver/%{name}-%{version}.tar.gz
URL: http://sserver.sf.net
BuildRoot: %{_tmppath}/%{name}-root
Requires: rcssbase >= 10.0.9
Prefix: %{_prefix}
%description
The RoboCup Soccer Simulator Server (rcssserver) is a research and
educational tool for mutli-agent systems and artificial
intelligence. It allows 11 simulated autonomous robotic players to
play soccer (football).
%prep
%setup
%build
%configure
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS Acknowledgement BUGS COPYING INSTALL NEWS README
%changelog