]> git.pld-linux.org Git - packages/blobAndConquer.git/blame_incremental - blobAndConquer.spec
- up to 1.11
[packages/blobAndConquer.git] / blobAndConquer.spec
... / ...
CommitLineData
1Summary: 3D action game
2Summary(pl.UTF-8): Trójwymiarowa gra akcji
3Name: blobAndConquer
4Version: 1.11
5Release: 0.1
6License: GPL v2+
7Group: X11/Applications/Games
8Source0: http://www.parallelrealities.co.uk/download/blobAndConquer/%{name}-%{version}-1.tar.gz
9# Source0-md5: bf719a5663d7442f207f1009242c3c2c
10Patch0: %{name}-makefile.patch
11Patch1: %{name}-desktop.patch
12Patch2: %{name}-usless_files.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: dos2unix
20BuildRequires: rpmbuild(macros) >= 1.268
21BuildRequires: zlib-devel
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Mission and Objective based 3D Action game. This is episode 2 of the
26Blob Wars saga.
27
28%description -l pl.UTF-8
29Trójwymiarowa gra akcji oparta na wykonywaniu misji i zadań. Jest to
30drugi epizod sagi Blob Wars.
31
32%prep
33%setup -q
34dos2unix makefile
35%patch0 -p1
36%patch1 -p1
37%patch2 -p1
38
39%build
40%{__make} \
41 CXX="%{__cxx}" \
42 CFLAGS="%{rpmcflags}" \
43 LDFLAGS="%{rpmldflags}"
44
45%install
46rm -rf $RPM_BUILD_ROOT
47install -d $RPM_BUILD_ROOT%{_pixmapsdir}
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52install icons/blobAndConquer.png $RPM_BUILD_ROOT%{_pixmapsdir}
53
54%find_lang %{name} --all-name
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files -f %{name}.lang
60%defattr(644,root,root,755)
61%doc doc
62%attr(755,root,root) %{_bindir}/*
63%dir %{_datadir}/%{name}
64%{_datadir}/%{name}/blobAndConquer.pak
65%{_desktopdir}/%{name}.desktop
66%dir %{_iconsdir}/hicolor/32x32/apps/
67%{_iconsdir}/hicolor/32x32/apps/blobAndConquer.png
68%{_pixmapsdir}/%{name}.png
This page took 0.062596 seconds and 4 git commands to generate.