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