Author: lisu Date: Wed Jul 1 13:01:37 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/blobAndConquer: blobAndConquer.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/blobAndConquer/blobAndConquer.spec diff -u /dev/null packages/blobAndConquer/blobAndConquer.spec:1.1 --- /dev/null Wed Jul 1 15:01:37 2009 +++ packages/blobAndConquer/blobAndConquer.spec Wed Jul 1 15:01:32 2009 @@ -0,0 +1,70 @@ +# $Revision$, $Date$ +Summary: 3D action game +Summary(pl.UTF-8): Trójwymiarowa gra akcji +Name: blobAndConquer +Version: 1.06 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games +# download it from http://www.parallelrealities.co.uk/projects/blobAndConquer.php +# and put it into the blobAndConquer dir +Source0: %{name}-%{version}-1.tar.gz +# Source0-md5: 17e3dd5b42142dddbc0af85fb7470d8a +Patch0: %{name}-makefile.patch +URL: http://www.parallelrealities.co.uk/projects/blobAndConquer.php +BuildRequires: OpenGL-GLU-devel +BuildRequires: OpenGL-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_mixer-devel +BuildRequires: SDL_ttf-devel +BuildRequires: zlib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Mission and Objective based 3D Action game. This is episode 2 of the +Blob Wars saga. + +%description -l pl.UTF-8 +Trójwymiarowa gra akcji oparta na wykonywaniu misji i zadań. Jest to +drugi epizod sagi Blob Wars. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} \ + CXX="%{__cxx}" \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_pixmapsdir} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install icons/blobAndConquer.png $RPM_BUILD_ROOT%{_pixmapsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc doc +%attr(755,root,root) %{_bindir}/* +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/blobAndConquer.pak +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.png + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/07/01 13:01:32 lisu +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
