]> git.pld-linux.org Git - packages/adonthell-maps.git/blob - adonthell-maps.spec
- new version released
[packages/adonthell-maps.git] / adonthell-maps.spec
1 Summary:        Maps for Adonthell game engine
2 Summary(pl):    Mapy dla Adonthella
3 Name:           adonthell-maps
4 Version:        3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://freesoftware.fsf.org/download/adonthell/wastesedge-0.3.%{version}.tar.gz
9 URL:            http://adonthell.linuxgames.com/download/index.shtml
10 BuildRequires:  adonthell
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14 %define         _bindir         %{_prefix}/bin
15 %define         _gamedatadir    %{_prefix}/share/adonthell/games
16
17 %description
18 Map packs for Adonthell game.
19
20 %description -l pl
21 Paczka z mapami dla Adonthella.
22
23 %package wastesedge
24 Summary:        Waste's Edge map
25 Summary(pl):    Mapa Waste's Edge
26 Group:          X11/Applications/Games
27
28 %description wastesedge
29 As a loyal servant of the elven Lady Silverhair, you arrive at the
30 remote trading post of Waste's Edge, where she is engaged in
31 negotiations with the dwarish merchant Bjarn Fingolson. But not all is
32 well at Waste's Edge, and soon you are confronted with circumstances
33 that are about to destroy your mistress' high reputation. And you are
34 the only one to avert this ...
35
36 %description wastesedge -l pl
37 Jako lojalny s³uga elfiej Srebrzystow³osej Pani zostajesz wys³any do
38 odleg³ejgo miasteczka kupieckiego, Waste's Edge, w celu negocjacji z
39 krasnoludzkim kupcem Bjarnem Fingolsonem. Lecz w Waste's Edge nie
40 dzieje siê najlepiej, prêdko znajdujesz siê w okoliczno¶ciach mog±cych
41 zniszczyæ dobr± reputacjê twej Pani. I tylko ty mo¿esz temu
42 zapobiec...
43
44 %prep
45 %setup -q -n wastesedge-0.3.%{version}
46
47 %build
48 %configure2_13
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_bindir} \
55         $RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/{audio,gfx,maps,scripts} \
56         $RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/gettext/po \
57         $RPM_BUILD_ROOT%{_pixmapsdir}
58
59 %{__make} install \
60         datadir=$RPM_BUILD_ROOT%{_gamedatadir}/%{name} \
61         prefix=$RPM_BUILD_ROOT%{_prefix} \
62         bindir=$RPM_BUILD_ROOT%{_bindir} \
63         gamedatadir=$RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/ \
64         pixmapdir=$RPM_BUILD_ROOT%{_pixmapsdir} \
65         gettextsrcdir=$RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/gettext/po
66
67 %clean
68 rm -fr $RPM_BUILD_ROOT
69
70 %files wastesedge
71 %defattr(644,root,root,755)
72 %doc README AUTHORS PLAYING
73 %{_gamedatadir}
74 %{_pixmapsdir}
75 %attr(755,root,root) %{_bindir}/adonthell-wastesedge
This page took 0.056928 seconds and 3 git commands to generate.