]> git.pld-linux.org Git - packages/antargis.git/blob - antargis.spec
- converted to UTF-8
[packages/antargis.git] / antargis.spec
1 Summary:        Battles of Antargis - medieval RTS
2 Summary(pl.UTF-8):   Battles of Antargis - osadzona w średniowieczu gra typu RTS
3 Name:           antargis
4 Version:        0.1.2
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Games/Strategy
8 Source0:        http://download.berlios.de/antargis/%{name}-%{version}.tar.gz
9 # Source0-md5:  94f8173e2eb1fea4d9d2949803055f87
10 URL:            http://antargis.berlios.de/
11 BuildRequires:  OpenGL-devel
12 BuildRequires:  SDL_image-devel
13 BuildRequires:  SDL_mixer-devel
14 BuildRequires:  SDL_ttf-devel
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  rake
17 BuildRequires:  ruby-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Battles of Antargis is a medieval realtime strategy game. You are a
22 hero who was betrayed and you have to unify the kingdom and rebuild
23 the old empire. Old myths will pass your way.
24
25 The game is currently in heavy development and taking up pace. The
26 current features include:
27
28 - A short tutorial giving you an introduction to the gameplay
29 - Beginning of a real campaign
30
31 %description -l pl.UTF-8
32 Battles of Antargis jest strategią czasu rzeczywistego osadzoną w
33 czasach średniowiecznych. Gracz jest bohaterem, który został zdradzony
34 przez towarzyszy i postanawia zjednoczyć królestwo oraz odbudować
35 potęgę starego imperium. Dawne mity będą przecinać mu drogę.
36
37 Gra jest obecnie intensywnie rozwijana. Aktualnie zawiera:
38 - krótkie wprowadzenie do gry
39 - początek właściwej kampanii
40
41 %prep
42 %setup -q
43
44 %build
45 rake \
46         CC="%{__cc}" \
47         CXX="%{__cxx}"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 rake install \
53         DESTDIR=$RPM_BUILD_ROOT%{_prefix}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_datadir}/%{name}
This page took 0.048495 seconds and 4 git commands to generate.