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