]> git.pld-linux.org Git - packages/blobAndConquer.git/blame - blobAndConquer.spec
- initial PLD release
[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
13URL: http://www.parallelrealities.co.uk/projects/blobAndConquer.php
14BuildRequires: OpenGL-GLU-devel
15BuildRequires: OpenGL-devel
16BuildRequires: SDL_image-devel
17BuildRequires: SDL_mixer-devel
18BuildRequires: SDL_ttf-devel
19BuildRequires: zlib-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Mission and Objective based 3D Action game. This is episode 2 of the
24Blob Wars saga.
25
26%description -l pl.UTF-8
27Trójwymiarowa gra akcji oparta na wykonywaniu misji i zadań. Jest to
28drugi epizod sagi Blob Wars.
29
30%prep
31%setup -q
32%patch0 -p1
33
34%build
35%{__make} \
36 CXX="%{__cxx}" \
37 CFLAGS="%{rpmcflags}" \
38 LDFLAGS="%{rpmldflags}"
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT%{_pixmapsdir}
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47install icons/blobAndConquer.png $RPM_BUILD_ROOT%{_pixmapsdir}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc doc
55%attr(755,root,root) %{_bindir}/*
56%dir %{_datadir}/%{name}
57%{_datadir}/%{name}/blobAndConquer.pak
58%{_desktopdir}/%{name}.desktop
59%{_pixmapsdir}/%{name}.png
This page took 0.069609 seconds and 4 git commands to generate.