]> git.pld-linux.org Git - packages/dunelegacy.git/blame - dunelegacy.spec
- updated to 0.96.2
[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
c72c5e1f 4Version: 0.96.2
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
c72c5e1f 9# Source0-md5: 5afc9169e52552042b51502ba02e5f7e
8dfec112 10URL: http://dunelegacy.sourceforge.net/
578381d5 11Patch0: %{name}-desktop.patch
8dfec112 12BuildRequires: SDL_mixer-devel
74e89905 13BuildRequires: autoconf
14BuildRequires: automake
8dfec112 15BuildRequires: libstdc++-devel
acc78d4a 16BuildRequires: pkgconfig
8dfec112
AG
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
01bb87aa
JR
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
74e89905 40rodzin w zmuszeniu cię do zaprzestania zbierania przyprawy!
8dfec112 41
01bb87aa
JR
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.
8dfec112 46
01bb87aa 47UWAGA: Potrzebne są pliki wchodzące w skład Dune 2.
8dfec112
AG
48
49%prep
50%setup -q
578381d5 51%patch0 -p1
8dfec112
AG
52
53%build
74e89905 54%{__aclocal}
55%{__autoconf}
56%{__automake}
57%configure
58%{__make}
8dfec112
AG
59
60%install
61rm -rf $RPM_BUILD_ROOT
74e89905 62install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
8dfec112 63
74e89905 64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
67install dunelegacy.desktop $RPM_BUILD_ROOT%{_desktopdir}
68install dunelegacy.png $RPM_BUILD_ROOT%{_pixmapsdir}
8dfec112
AG
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%files
74%defattr(644,root,root,755)
74e89905 75%doc README ToDo.txt
8dfec112 76%attr(755,root,root) %{_bindir}/%{name}
74e89905 77%{_datadir}/%{name}
78%{_desktopdir}/%{name}.desktop
79%{_pixmapsdir}/%{name}.png
This page took 0.099998 seconds and 4 git commands to generate.