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