]> git.pld-linux.org Git - packages/dunelegacy.git/blob - dunelegacy.spec
3ee8bc3e0d2335ba978702161e307f370f41836e
[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
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:  f53391b46a18696dcd60ce2e8c610a6f
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:  zziplib-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos,
23 in an attempt to harvest the largest amount of spice from the sand
24 dunes. Exchange your spice stockpiles for credits through refinement
25 and build an army capable of thwarting attempts of the other houses to
26 stop your harvesting!
27
28 Dune Legacy is an effort by a handful of developers to revitalize the
29 first-ever real-time strategy game. The original game was the basis
30 for the hugely successful Command and Conquer series, and the gameplay
31 has been replicated an extended to a wide variety of storylines and
32 series.
33
34 NOTE: Original Dune 2 game files are needed.
35
36 %description -l pl
37 Poprowad¼ jedn± z trzech miêdzyplanetarnych rodzin, Atrydów,
38 Harkonnenów lub Ordosów, w wy¶cigu w zebraniu jak najwiêkszej ilo¶ci
39 przyprawy z pustynnych wydm. Wymieñ zapasy przyprawy na kredyty w
40 procesie udoskonalania i stwórz armiê zdoln± powstrzymaæ próby innych
41 rodzin w zmuszeniu Ciê do zaprzestania zbierania przyprawy!
42
43 Dune Legacy jest podjêt± przez grupê utalentowanych programistów prób±
44 o¿ywienia pierwszej strategii czasu rzeczywistego. Gra by³a wzorem dla
45 odnosz±cej olbrzymie sukcesy serii Command and Conquer, a styl gry
46 zosta³ powielony w du¿ej ilo¶ci innych gier.
47
48 UWAGA: Potrzebne s± pliki wchodz±ce w sk³ad Dune 2.
49
50 %prep
51 %setup -q
52
53 %build
54 %{__make} \
55         CC="%{__cc}" \
56         CXX="%{__cxx}" \
57         CFLAGS="%{rpmcflags} `sdl-config --cflags`"
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61 install -d $RPM_BUILD_ROOT%{_bindir}
62
63 install %{name} $RPM_BUILD_ROOT%{_bindir}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.079755 seconds and 2 git commands to generate.