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