]> git.pld-linux.org Git - packages/dunelegacy.git/blob - dunelegacy.spec
- updated to 0.96.2
[packages/dunelegacy.git] / dunelegacy.spec
1 Summary:        Updated clone of Westood Studios' Dune2
2 Summary(pl.UTF-8):      Zaktualizowany klon gry Dune2
3 Name:           dunelegacy
4 Version:        0.96.2
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games/Strategy
8 Source0:        http://www.myway.de/richieland/%{name}-%{version}-src.tar.bz2
9 # Source0-md5:  5afc9169e52552042b51502ba02e5f7e
10 URL:            http://dunelegacy.sourceforge.net/
11 Patch0:         %{name}-desktop.patch
12 BuildRequires:  SDL_mixer-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  pkgconfig
17 BuildRequires:  zziplib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos,
22 in an attempt to harvest the largest amount of spice from the sand
23 dunes. Exchange your spice stockpiles for credits through refinement
24 and build an army capable of thwarting attempts of the other houses to
25 stop your harvesting!
26
27 Dune Legacy is an effort by a handful of developers to revitalize the
28 first-ever real-time strategy game. The original game was the basis
29 for the hugely successful Command and Conquer series, and the gameplay
30 has been replicated an extended to a wide variety of storylines and
31 series.
32
33 NOTE: Original Dune 2 game files are needed.
34
35 %description -l pl.UTF-8
36 Poprowadź jedną z trzech międzyplanetarnych rodzin, Atrydów,
37 Harkonnenów lub Ordosów, w wyścigu w zebraniu jak największej ilości
38 przyprawy z pustynnych wydm. Wymień zapasy przyprawy na kredyty w
39 procesie udoskonalania i stwórz armię zdolną powstrzymać próby innych
40 rodzin w zmuszeniu cię do zaprzestania zbierania przyprawy!
41
42 Dune Legacy jest podjętą przez grupę utalentowanych programistów próbą
43 ożywienia pierwszej strategii czasu rzeczywistego. Gra była wzorem dla
44 odnoszącej olbrzymie sukcesy serii Command and Conquer, a styl gry
45 został powielony w dużej ilości innych gier.
46
47 UWAGA: Potrzebne są pliki wchodzące w skład Dune 2.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52
53 %build
54 %{__aclocal}
55 %{__autoconf}
56 %{__automake}
57 %configure
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 install dunelegacy.desktop $RPM_BUILD_ROOT%{_desktopdir}
68 install dunelegacy.png $RPM_BUILD_ROOT%{_pixmapsdir}
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc README ToDo.txt
76 %attr(755,root,root) %{_bindir}/%{name}
77 %{_datadir}/%{name}
78 %{_desktopdir}/%{name}.desktop
79 %{_pixmapsdir}/%{name}.png
This page took 0.052516 seconds and 3 git commands to generate.