File: csmash.spec

package info (click to toggle)
csmash 0.6.4.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 11,704 kB
  • ctags: 1,954
  • sloc: cpp: 17,031; ansic: 4,391; sh: 2,956; makefile: 615; yacc: 318
file content (32 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
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
Summary: CannonSmash is a 3D tabletennis game.
Name: csmash
%define version 0.5.0
Version: %{version}
Release: 1
Group: Games
Copyright: GPL
Source: csmash-%{version}.tar.gz
URL: http://cannonsmash.sourceforge.net/
Packager: Marc Lavalle <odradek@videotron.ca>
Requires: Mesa >= 3.1

%description
CannonSmash is a 3D tabletennis game. 
The goal of this project is to represent various strategy 
of tabletennis on computer game.

%prep
%setup

%build
./configure --prefix=/usr
make

%install
make install

%files
/usr/bin/csmash
/usr/share/csmash
%doc AUTHORS COPYING ChangeLog NEWS README README.nt