packages: blobwars/blobwars.spec (NEW) - initial, based on blobAndConquer.spec

lisu lisu at pld-linux.org
Thu Aug 6 13:14:34 CEST 2009


Author: lisu                         Date: Thu Aug  6 11:14:34 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial, based on blobAndConquer.spec

---- Files affected:
packages/blobwars:
   blobwars.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/blobwars/blobwars.spec
diff -u /dev/null packages/blobwars/blobwars.spec:1.1
--- /dev/null	Thu Aug  6 13:14:34 2009
+++ packages/blobwars/blobwars.spec	Thu Aug  6 13:14:29 2009
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/08/06 11:14:29  lisu
+- initial, based on blobAndConquer.spec
+
================================================================


More information about the pld-cvs-commit mailing list