]> git.pld-linux.org Git - packages/dunelegacy.git/blame - dunelegacy.spec
- up to 0.95b2 version
[packages/dunelegacy.git] / dunelegacy.spec
CommitLineData
601bc6f3 1%define _beta b2
8dfec112 2Summary: Updated clone of Westood Studios' Dune2
d242cee3 3Summary(pl.UTF-8): Zaktualizowany klon gry Dune2
8dfec112 4Name: dunelegacy
601bc6f3 5Version: 0.95
6Release: 0.%{_beta}.1
7License: GPL v2+
8dfec112 8Group: X11/Applications/Games/Strategy
601bc6f3 9Source0: http://www.myway.de/richieland/%{name}-%{version}%{_beta}-src.tar.bz2
10# Source0-md5: a4f60777bde4bd1636dd37f4d733245a
11Patch0: %{name}-headers.patch
8dfec112 12URL: http://dunelegacy.sourceforge.net/
601bc6f3 13BuildRequires: SDL_gfx-devel
8dfec112
AG
14BuildRequires: SDL_image-devel
15BuildRequires: SDL_mixer-devel
16BuildRequires: SDL_net-devel
17BuildRequires: SDL_ttf-devel
601bc6f3 18BuildRequires: autoconf
19BuildRequires: automake
8dfec112 20BuildRequires: libstdc++-devel
acc78d4a 21BuildRequires: pkgconfig
8dfec112
AG
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
01bb87aa
JR
40%description -l pl.UTF-8
41Poprowadź jedną z trzech międzyplanetarnych rodzin, Atrydów,
601bc6f3 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!
8dfec112 47
601bc6f3 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.
8dfec112 52
01bb87aa 53UWAGA: Potrzebne są pliki wchodzące w skład Dune 2.
8dfec112
AG
54
55%prep
601bc6f3 56%setup -q -n %{name}-%{version}%{_beta}
57%patch0 -p1
8dfec112
AG
58
59%build
601bc6f3 60%{__aclocal}
61%{__autoconf}
62%{__automake}
63%configure
64%{__make}
8dfec112
AG
65
66%install
67rm -rf $RPM_BUILD_ROOT
8dfec112 68
601bc6f3 69%{__make} install \
70 DESTDIR=$RPM_BUILD_ROOT
8dfec112
AG
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%files
76%defattr(644,root,root,755)
601bc6f3 77%doc README ToDo.txt
8dfec112 78%attr(755,root,root) %{_bindir}/%{name}
601bc6f3 79%dir %{_datadir}/%{name}
80%{_datadir}/%{name}/*
This page took 0.121676 seconds and 4 git commands to generate.