]> git.pld-linux.org Git - packages/dunelegacy.git/blame - dunelegacy.spec
- obsoleted
[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
74e89905 4Version: 0.96
505e41e8 5Release: 1
74e89905 6License: GPL v2+
8dfec112 7Group: X11/Applications/Games/Strategy
74e89905 8Source0: http://www.myway.de/richieland/%{name}-%{version}-src.tar.bz2
9# Source0-md5: fccb7d917118439fc4a401b81f2e052f
8dfec112 10URL: http://dunelegacy.sourceforge.net/
74e89905 11BuildRequires: SDL_gfx-devel
8dfec112
AG
12BuildRequires: SDL_image-devel
13BuildRequires: SDL_mixer-devel
14BuildRequires: SDL_net-devel
15BuildRequires: SDL_ttf-devel
74e89905 16BuildRequires: autoconf
17BuildRequires: automake
8dfec112 18BuildRequires: libstdc++-devel
acc78d4a 19BuildRequires: pkgconfig
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
74e89905 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
54
55%build
74e89905 56%{__aclocal}
57%{__autoconf}
58%{__automake}
59%configure
60%{__make}
8dfec112
AG
61
62%install
63rm -rf $RPM_BUILD_ROOT
74e89905 64install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
8dfec112 65
74e89905 66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
69install dunelegacy.desktop $RPM_BUILD_ROOT%{_desktopdir}
70install dunelegacy.png $RPM_BUILD_ROOT%{_pixmapsdir}
8dfec112
AG
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%files
76%defattr(644,root,root,755)
74e89905 77%doc README ToDo.txt
8dfec112 78%attr(755,root,root) %{_bindir}/%{name}
74e89905 79%{_datadir}/%{name}
80%{_desktopdir}/%{name}.desktop
81%{_pixmapsdir}/%{name}.png
This page took 0.107001 seconds and 4 git commands to generate.