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