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