]> git.pld-linux.org Git - packages/adonthell.git/blob - adonthell.spec
- added BR: SDL-devel
[packages/adonthell.git] / adonthell.spec
1 Summary:        A 2D graphical RPG game
2 Summary(pl):    Darmowa gra RPG z graficznym interfejsem
3 Name:           adonthell
4 Version:        0.3.3
5 Release:        1
6 License:        GPL
7 Source0:        http://savannah.nongnu.org/download/adonthell/src/%{name}-%{version}.tar.gz
8 URL:            http://adonthell.linuxgames.com
9 Group:          X11/Applications/Games
10 BuildRequires:  SDL-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _gamedatadir    share/%{name}
14
15 %description
16 Adonthell is a role playing game in development that aims to combine
17 the best features of the Final Fantasy and Ultima series with an epic
18 plot. It is set in a detailed virtual world. With the current engine,
19 a small demo game (Waste's Edge) is available.
20
21 %description -l pl
22 Adonthell jest ci±gle rozwijan± gr± RPG której celem jest po³±czenie
23 najlepszych cech takich serii jak Final Fantasy i Ultima. Akcja gry
24 toczy siê w szczegó³owym, wirtualnym ¶wiecie. Razem z obecnym engine
25 gry jest dostêpna ma³a plansza(Waste's Edge).
26
27 %prep
28 %setup -q
29
30 %build
31 %configure2_13
32
33 %{__make}
34
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_prefix}/%{_gamedatadir}/{modules,games},%{_bindir},adonthell-wastesedge}
39 cp src/modules/adonthell.py $RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir}/modules/adonthell.py
40
41 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} gamedatadir=$RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir} install
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %{_prefix}/%{_gamedatadir}/modules/*
49 %{_prefix}/%{_gamedatadir}/games
50 %attr(755,root,root)%{_bindir}/adonthell
51 %doc ChangeLog NEWBIE README.* AUTHORS COPYING NEWS
This page took 0.024477 seconds and 3 git commands to generate.