]> git.pld-linux.org Git - packages/antargis.git/blob - antargis.spec
- new
[packages/antargis.git] / antargis.spec
1 Summary:        Battles of Antargis - medieval RTS
2 Summary(pl):    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
32 Battles of Antargis jest strategi± czasu rzeczywistego osadzon± w
33 czasach ¶redniowiecznyc. Gracz jest bohaterem, który zosta³ zdradzony
34 przez towarzyszy i który postanawia zjednoczyæ królestwo i odbudowaæ
35 potêgê starego imperium.
36
37 %prep
38 %setup -q
39
40 %build
41 rake \
42         CC="%{__cc}" \
43         CXX="%{__cxx}"
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 rake install \
49         DESTDIR=$RPM_BUILD_ROOT%{_prefix}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README TODO
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/%{name}
This page took 0.045803 seconds and 3 git commands to generate.