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