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