]> git.pld-linux.org Git - packages/blobAndConquer.git/blame - blobAndConquer.spec
- updated for 1.08
[packages/blobAndConquer.git] / blobAndConquer.spec
CommitLineData
cf2365e7 1Summary: 3D action game
2Summary(pl.UTF-8): Trójwymiarowa gra akcji
3Name: blobAndConquer
aa61146e 4Version: 1.08
39806467 5Release: 0.1
cf2365e7 6License: GPL v2+
7Group: X11/Applications/Games
aa61146e 8Source0: http://www.parallelrealities.co.uk/download/1e0beca9/blobAndConquer/%{name}-%{version}-1.tar.gz
9# Source0-md5: d78a46c410614f5379959af21a0c4fff
cf2365e7 10Patch0: %{name}-makefile.patch
f4185c26 11Patch1: %{name}-desktop.patch
cf2365e7 12URL: http://www.parallelrealities.co.uk/projects/blobAndConquer.php
13BuildRequires: OpenGL-GLU-devel
14BuildRequires: OpenGL-devel
15BuildRequires: SDL_image-devel
16BuildRequires: SDL_mixer-devel
17BuildRequires: SDL_ttf-devel
39806467 18BuildRequires: rpmbuild(macros) >= 1.268
cf2365e7 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
f4185c26 33%patch1 -p1
cf2365e7 34
35%build
36%{__make} \
37 CXX="%{__cxx}" \
38 CFLAGS="%{rpmcflags}" \
39 LDFLAGS="%{rpmldflags}"
40
41%install
42rm -rf $RPM_BUILD_ROOT
43install -d $RPM_BUILD_ROOT%{_pixmapsdir}
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48install icons/blobAndConquer.png $RPM_BUILD_ROOT%{_pixmapsdir}
49
39806467 50%find_lang %{name} --all-name
51
cf2365e7 52%clean
53rm -rf $RPM_BUILD_ROOT
54
39806467 55%files -f %{name}.lang
cf2365e7 56%defattr(644,root,root,755)
57%doc doc
58%attr(755,root,root) %{_bindir}/*
59%dir %{_datadir}/%{name}
60%{_datadir}/%{name}/blobAndConquer.pak
61%{_desktopdir}/%{name}.desktop
aa61146e 62%dir %{_iconsdir}/32x32/apps/
39806467 63%{_iconsdir}/32x32/apps/blobAndConquer.png
cf2365e7 64%{_pixmapsdir}/%{name}.png
This page took 0.239575 seconds and 4 git commands to generate.