]> git.pld-linux.org Git - packages/blobwars.git/commitdiff
- initial, based on blobAndConquer.spec
authorlisu <lisu@pld-linux.org>
Thu, 6 Aug 2009 11:14:29 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blobwars.spec -> 1.1

blobwars.spec [new file with mode: 0644]

diff --git a/blobwars.spec b/blobwars.spec
new file mode 100644 (file)
index 0000000..7ec9e29
--- /dev/null
@@ -0,0 +1,64 @@
+Summary:       2D platform action game
+Summary(pl.UTF-8):     Dwuwymiarowa platformowa gra akcji
+Name:          blobwars
+Version:       1.14
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications/Games
+# download it from http://parallelrealities.co.uk/projects/blobWars.php
+# and put it into the blobwars dir
+Source0:       %{name}-%{version}-1.tar.gz
+# Source0-md5: c4133a08d49d63b518e70d67b88fb8be
+Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-desktop.patch
+URL:           http://parallelrealities.co.uk/projects/blobWars.php
+BuildRequires: SDL_image-devel
+BuildRequires: SDL_mixer-devel
+BuildRequires: SDL_ttf-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is Episode I of the Blob Wars Saga.
+
+The aim of the game is to go through the levels and rescue as many
+MIAs as you can. The missions also contain other objectives, some
+optional.
+
+%description -l pl.UTF-8
+Jest to pierwszy Epizod Sagi Blob Wars.
+
+Celem gry jest pokonywanie kolejnych poziomów i uratowanie tak wielu
+MIA jak to możliwe. Misje zawierają również inne zadania,
+niektóre opcjonalne.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make} \
+       CXX="%{__cxx}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc doc
+%attr(755,root,root) %{_bindir}/blobwars
+%dir %{_datadir}/%{name}
+%{_datadir}/blobwars/blobwars.pak
+%{_desktopdir}/blobwars.desktop
+%{_iconsdir}/hicolor/*/apps/blobwars.png
This page took 0.122121 seconds and 4 git commands to generate.