]> git.pld-linux.org Git - packages/antargis.git/blame - antargis.spec
- new
[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
70f8d969 4Version: 0.2.1.4
41e23c3c
AG
5Release: 0.1
6License: GPL
7Group: X11/Applications/Games/Strategy
70f8d969
AG
8Source0: http://download.berlios.de/antargis/%{name}-source-%{version}.tar.gz
9# Source0-md5: 8e45ba040ad025ddbf84a624ade97ea5
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
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
70f8d969 42%setup -q -n %{name}-source-%{version}
41e23c3c
AG
43
44%build
70f8d969 45ruby build.rb \
41e23c3c 46 CC="%{__cc}" \
70f8d969
AG
47 CXX="%{__cxx}" \
48 COMPILE_PARAMS="%{rpmcflags} -fPIC"
41e23c3c
AG
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53rake install \
54 DESTDIR=$RPM_BUILD_ROOT%{_prefix}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc AUTHORS ChangeLog NEWS README TODO
62%attr(755,root,root) %{_bindir}/*
63%{_datadir}/%{name}
This page took 0.082944 seconds and 4 git commands to generate.