/[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 1380154 - (show annotations) (download)
Mon Mar 25 16:14:51 2019 UTC (6 years, 1 month ago) by daviddavid
File size: 899 byte(s)
- fix dependencies
- use new python macros

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 17
7 License: GPLv2+
8 Group: Development/Python
9 URL: http://home.gna.org/oomadness/en/tofu/
10 Source0: %{oname}-%{version}.tar.bz2
11 BuildArch: noarch
12 BuildRequires: pkgconfig(python2)
13
14 Requires: python2-twisted
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 %prep
28 %setup -q -n %{oname}-%{version}
29
30 %build
31 %py2_build
32
33 %install
34 %py2_install
35
36 %files
37 %doc README demo/*
38 %{python2_sitelib}/*

  ViewVC Help
Powered by ViewVC 1.1.30