]> git.pld-linux.org Git - packages/blobwars.git/blame - blobwars.spec
- updated to 1.17
[packages/blobwars.git] / blobwars.spec
CommitLineData
029e3193 1Summary: 2D platform action game
2Summary(pl.UTF-8): Dwuwymiarowa platformowa gra akcji
3Name: blobwars
77403179 4Version: 1.17
029e3193 5Release: 1
6License: GPL v2+
7Group: X11/Applications/Games
9af21ecb 8Source0: http://parallelrealities.co.uk/download/blobwars/%{name}-%{version}-1.tar.gz
77403179 9# Source0-md5: b7e639e1dddf13fe7d9de939ef0e5d6f
029e3193 10Patch0: %{name}-makefile.patch
11Patch1: %{name}-desktop.patch
12URL: http://parallelrealities.co.uk/projects/blobWars.php
13BuildRequires: SDL_image-devel
14BuildRequires: SDL_mixer-devel
fd70e926 15BuildRequires: SDL_net-devel
029e3193 16BuildRequires: SDL_ttf-devel
860c0fb0 17BuildRequires: libstdc++-devel
029e3193 18BuildRequires: zlib-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This is Episode I of the Blob Wars Saga.
23
24The aim of the game is to go through the levels and rescue as many
25MIAs as you can. The missions also contain other objectives, some
26optional.
27
28%description -l pl.UTF-8
29Jest to pierwszy Epizod Sagi Blob Wars.
30
31Celem gry jest pokonywanie kolejnych poziomów i uratowanie tak wielu
dd4b2d8d 32MIA jak to możliwe. Misje zawierają również inne zadania, niektóre
33opcjonalne.
029e3193 34
35%prep
36%setup -q
37%patch0 -p1
38%patch1 -p1
39
40%build
41%{__make} \
42 CXX="%{__cxx}" \
43 CFLAGS="%{rpmcflags}" \
44 LDFLAGS="%{rpmldflags}"
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
9af21ecb 52rm -r $RPM_BUILD_ROOT%{_datadir}/locale/iw
53rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
54rm -r $RPM_BUILD_ROOT%{_datadir}/locale/zh
55
029e3193 56%find_lang %{name} --all-name
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files -f %{name}.lang
62%defattr(644,root,root,755)
63%doc doc
64%attr(755,root,root) %{_bindir}/blobwars
65%dir %{_datadir}/%{name}
66%{_datadir}/blobwars/blobwars.pak
67%{_desktopdir}/blobwars.desktop
68%{_iconsdir}/hicolor/*/apps/blobwars.png
This page took 0.074382 seconds and 4 git commands to generate.