]> git.pld-linux.org Git - packages/adonthell.git/blob - adonthell.spec
- initial release
[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. (niech kto¶
27 przet³umaczy resztê bo ja siê bojê;)
28
29 %prep
30 %setup -q
31 %patch -p0
32
33 %build
34 %configure2_13
35
36 %{__make}
37
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_prefix}/%{_gamedatadir}/{modules,games},%{_bindir},adonthell-wastesedge}
42 cp src/adonthell.py $RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir}/modules/adonthell.py
43
44 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} gamedatadir=$RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir} install
45 gzip -9nf ChangeLog NEWBIE README.* AUTHORS COPYING NEWS
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %{_prefix}/%{_gamedatadir}/modules/adonthell.py
53 %{_prefix}/%{_gamedatadir}/games
54 %attr(755,root,root)%{_bindir}/adonthell
55 %doc *.gz
This page took 0.044937 seconds and 3 git commands to generate.