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