]> git.pld-linux.org Git - packages/blobAndConquer.git/blame - blobAndConquer.spec
- patch out desktop file
[packages/blobAndConquer.git] / blobAndConquer.spec
CommitLineData
cf2365e7 1Summary: 3D action game
2Summary(pl.UTF-8): Trójwymiarowa gra akcji
3Name: blobAndConquer
4Version: 1.06
5Release: 1
6License: GPL v2+
7Group: X11/Applications/Games
8# download it from http://www.parallelrealities.co.uk/projects/blobAndConquer.php
9# and put it into the blobAndConquer dir
10Source0: %{name}-%{version}-1.tar.gz
11# Source0-md5: 17e3dd5b42142dddbc0af85fb7470d8a
12Patch0: %{name}-makefile.patch
f4185c26 13Patch1: %{name}-desktop.patch
cf2365e7 14URL: http://www.parallelrealities.co.uk/projects/blobAndConquer.php
15BuildRequires: OpenGL-GLU-devel
16BuildRequires: OpenGL-devel
17BuildRequires: SDL_image-devel
18BuildRequires: SDL_mixer-devel
19BuildRequires: SDL_ttf-devel
20BuildRequires: zlib-devel
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Mission and Objective based 3D Action game. This is episode 2 of the
25Blob Wars saga.
26
27%description -l pl.UTF-8
28Trójwymiarowa gra akcji oparta na wykonywaniu misji i zadań. Jest to
29drugi epizod sagi Blob Wars.
30
31%prep
32%setup -q
33%patch0 -p1
f4185c26 34%patch1 -p1
cf2365e7 35
36%build
37%{__make} \
38 CXX="%{__cxx}" \
39 CFLAGS="%{rpmcflags}" \
40 LDFLAGS="%{rpmldflags}"
41
42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT%{_pixmapsdir}
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49install icons/blobAndConquer.png $RPM_BUILD_ROOT%{_pixmapsdir}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc doc
57%attr(755,root,root) %{_bindir}/*
58%dir %{_datadir}/%{name}
59%{_datadir}/%{name}/blobAndConquer.pak
60%{_desktopdir}/%{name}.desktop
61%{_pixmapsdir}/%{name}.png
This page took 0.038769 seconds and 4 git commands to generate.