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