]> git.pld-linux.org Git - packages/castle-combat.git/blob - castle-combat.spec
f21589f047a1c00851a8c82079495fc82cb027aa
[packages/castle-combat.git] / castle-combat.spec
1 Summary:        castle-combat - enclose land and destroy your opponent's castle
2 Summary(pl):    castle-combat - zdob±d¼ ziemiê i zniszcz zamki przeciwnika
3 Name:           castle-combat
4 Version:        0.7.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://user.cs.tu-berlin.de/~karlb/castle-combat/%{name}-%{version}.tar.gz
9 # Source0-md5:  1cf225fbcfbee2b9a00757609fd054bb
10 URL:            http://user.cs.tu-berlin.de/~karlb/castle-combat/
11 Patch0:         %{name}-SDL_net.patch
12 BuildRequires:  SDL-devel
13 BuildRequires:  SDL_net-devel
14 BuildRequires:  SDL_mixer-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libpng-devel
18 BuildRequires:  zlib-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 castle-combat is a game where up to four players build castle walls,
23 place cannons inside these walls, and shoot at the walls of their
24 enemy(s). If a player can't build a complete wall around one of his
25 castles, he loses. The last surviving player wins.
26
27 %description -l pl
28 castle-combat to gra, w której do czterech graczy buduje zamkowe mury,
29 ustawia na nich armaty i strzela w mury swoich wrogów. Je¿eli gracz
30 nie mo¿e otoczyæ ani jednego ze swoich zamków murami przegrywa.
31 Wygrywa ostatni, który przetrwa.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__aclocal}
39 %{__automake}
40 %{__autoconf}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog README TODO
56 %attr(755,root,root) %{_bindir}/*
57 %{_datadir}/castle-combat
58 %{_mandir}/man6/*
This page took 0.055819 seconds and 3 git commands to generate.