]> git.pld-linux.org Git - packages/warzone2100.git/blame - warzone2100.spec
- converted to UTF-8
[packages/warzone2100.git] / warzone2100.spec
CommitLineData
86eb32b6 1Summary: 3D realtime strategy on a future Earth
088658b5 2Summary(pl.UTF-8): Gra RTS, której akcja toczy się w przyszłości
86eb32b6 3Name: warzone2100
684603af 4Version: 2.0.5
8f8be4d6 5Release: 0.1
86eb32b6 6License: GPL
7Group: X11/Applications/Games
8f8be4d6
RT
8Source0: http://download.gna.org/warzone/releases/2.0/%{name}-%{version}.tar.bz2
9# Source0-md5: 56e83a64d5b7aa60ced3d7ac7281bb42
260fb2fa 10URL: http://www.wz2100.net/
86eb32b6 11BuildRequires: OpenAL-devel
4ca6c51e 12BuildRequires: OpenGL-devel
86eb32b6 13BuildRequires: SDL-devel >= 1.1.4
14BuildRequires: SDL_net-devel
15BuildRequires: autoconf
16BuildRequires: automake
73c8a072 17BuildRequires: bison
86eb32b6 18BuildRequires: flex
8f8be4d6
RT
19BuildRequires: libjpeg-devel
20#BuildRequires: libmad-devel
d9dab421 21BuildRequires: libvorbis-devel
86eb32b6 22BuildRequires: physfs-devel
d9dab421 23BuildRequires: zip
86eb32b6 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Warzone 2100 is a real-time strategy game. Although comparable to
28Earth 2150 in many significant respects, it does contain aspects that
29are unique. These include various radar technologies and a greater
30focus on artillery and counter-battery technologies.
31
088658b5
JR
32%description -l pl.UTF-8
33Warzone 2100 jest grą strategiczną czasu rzeczywistego. Chociaż gra
34bardzo przypomina grę Earth 2150, to jednak zostało do niej
35wprowadzonych kilka ciekawych pomysłów. Są to między innymi rozmaite
36technologie radarowe oraz większe skupienie się na technologiach
86eb32b6 37artyleryjskich oraz obronie przeciwlotniczej.
38
39%prep
8f8be4d6 40%setup -q
86eb32b6 41
42%build
dfcfd05f 43%{__aclocal} -I m4
86eb32b6 44%{__autoconf}
45%{__autoheader}
46%{__automake}
47%configure
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
f55311b1 52install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
86eb32b6 53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
f55311b1
RT
56install debian/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
57install debian/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
58install debian/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir}
86eb32b6 59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
65%doc AUTHORS ChangeLog README TODO
66%attr(755,root,root) %{_bindir}/*
67%{_datadir}/%{name}
f55311b1
RT
68%{_desktopdir}/%{name}.desktop
69%{_pixmapsdir}/%{name}.*
This page took 0.07378 seconds and 4 git commands to generate.