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