]> git.pld-linux.org Git - packages/blobAndConquer.git/blame - blobAndConquer.spec
- up to 1.11
[packages/blobAndConquer.git] / blobAndConquer.spec
CommitLineData
cf2365e7 1Summary: 3D action game
2Summary(pl.UTF-8): Trójwymiarowa gra akcji
3Name: blobAndConquer
2fca2ac8 4Version: 1.11
5Release: 0.1
cf2365e7 6License: GPL v2+
7Group: X11/Applications/Games
18e8b093 8Source0: http://www.parallelrealities.co.uk/download/blobAndConquer/%{name}-%{version}-1.tar.gz
2fca2ac8 9# Source0-md5: bf719a5663d7442f207f1009242c3c2c
cf2365e7 10Patch0: %{name}-makefile.patch
f4185c26 11Patch1: %{name}-desktop.patch
5b6ea14a 12Patch2: %{name}-usless_files.patch
cf2365e7 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
6370f527 19BuildRequires: dos2unix
39806467 20BuildRequires: rpmbuild(macros) >= 1.268
cf2365e7 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
6370f527 34dos2unix makefile
cf2365e7 35%patch0 -p1
f4185c26 36%patch1 -p1
5b6ea14a 37%patch2 -p1
cf2365e7 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
39806467 54%find_lang %{name} --all-name
55
cf2365e7 56%clean
57rm -rf $RPM_BUILD_ROOT
58
39806467 59%files -f %{name}.lang
cf2365e7 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
5b6ea14a 66%dir %{_iconsdir}/hicolor/32x32/apps/
67%{_iconsdir}/hicolor/32x32/apps/blobAndConquer.png
cf2365e7 68%{_pixmapsdir}/%{name}.png
This page took 0.094133 seconds and 4 git commands to generate.