/[packages]/cauldron/tofu/current/SPECS/tofu.spec
ViewVC logotype

Contents of /cauldron/tofu/current/SPECS/tofu.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 689911 - (show annotations) (download)
Tue Sep 16 21:04:49 2014 UTC (9 years, 7 months ago) by umeabot
File size: 1036 byte(s)
Mageia 5 Mass Rebuild
1 %define oname Tofu
2
3 Summary: Network game engine written with Python and Twisted
4 Name: tofu
5 Version: 0.5
6 Release: %mkrel 12
7 Source0: %{oname}-%{version}.tar.bz2
8 License: GPLv2+
9 Group: Development/Python
10 URL: http://home.gna.org/oomadness/en/tofu/
11 BuildRequires: python
12 BuildRequires: python-devel
13 BuildArch: noarch
14 Requires: python-twisted-core
15
16 %description
17 Tofu is a practical high-level network game engine, written in Python and
18 based on Twisted.
19
20 Tofu is designed for games where players play one or several characters
21 across several levels. This includes jump'n run games, RPG or RTS, but not
22 Tetris-like games or board game (chess, go,...).
23
24 It currently support client-server and single player mode; peer-to-peer mode
25 may be added later.
26
27 Tofu is Free Software, under the GNU LGPL license.
28
29 %prep
30 %setup -q -n %{oname}-%{version}
31
32 %build
33 python setup.py build
34
35 %install
36 python setup.py install --root %{buildroot}
37
38
39 %files
40 %doc README demo/*
41 %attr(0755,root,root) %{python_sitelib}/*
42
43

  ViewVC Help
Powered by ViewVC 1.1.30