SPECS: nexuiz.spec (NEW) - initial release

jackass jackass at pld-linux.org
Tue Jan 30 16:38:37 CET 2007


Author: jackass                      Date: Tue Jan 30 15:38:37 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   nexuiz.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nexuiz.spec
diff -u /dev/null SPECS/nexuiz.spec:1.1
--- /dev/null	Tue Jan 30 16:38:37 2007
+++ SPECS/nexuiz.spec	Tue Jan 30 16:38:30 2007
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+Summary:	nexuiz - engine for first-person shoter game
+Summary(pl):	nexuiz - silnik do strzelaniny w pierwszej osobie
+Name:		nexuiz
+Version:	223
+Release:	1
+License:	GPL
+Group:		Applications/Games
+Source0:	http://dl.sourceforge.net/nexuiz/%{name}-%{version}.zip
+# Source0-md5:	953fda1555fc1f9ca040bdbb797eb0fd
+Patch0:		%{name}-datadir.patch
+URL:		http://nexuiz.com/
+BuildRequires:	SDL-devel
+BuildRequires:	alsa-lib-devel
+BuildRequires:	unzip
+Requires:	nexuiz-data
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nexuiz is a fast-paced, chaotic, and intense multiplayer first-person
+shooter game, focused on providing basic, old style deathmatch. It is
+extremely modder-friendly. Nexuiz is built on the power of the
+Darkplaces engine, which is a heavily modified version of the original
+Quake. Darkplaces features realtime lighting and stencil shadows,
+bumpmapping, gloss, bloom, and totally rewritten network code that
+supports up to 64 players on a single server.
+
+%description -l pl
+Nexuiz jest chaotyczną strzelaniną w pierwszej osobie, skupioną na
+standardowym i klasycznym deathmatch'u. Nexuiz jest bardzo przyjezny
+dla moderów. Jeste oparty na silniku Darkplaces, czyli mocno
+zmodyfikowaną wersją oryginalnego silnika Quake. Darkplaces ma
+totalnie przepisany kod obsługi sieci, dzięki któremu mogą walczyć 64
+osoby na pojedynczym serwerze.
+
+%package data
+Summary:	Data files for nexuiz
+Summary(pl):	Pliki gry nexuiz
+Group:		Applications/Games
+BuildArch:	noarch
+
+%description data
+Data files with textures, sound etc for nexuiz.
+
+%description data -l pl
+Pliki z texturami, dźwiękami itd dla gry nexuiz.
+
+%prep
+%setup -q -n Nexuiz
+cd sources
+%{__unzip} -o -qq enginesource20070123.zip
+sed -i s/-Wdeclaration-after-statement/#-Wdeclaration-after-statement/ darkplaces/makefile.inc
+%patch0 -p0
+
+%build
+cd sources/darkplaces
+%{__make}  nexuiz
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_datadir}/games/%{name}/data
+install sources/darkplaces/nexuiz-* $RPM_BUILD_ROOT%{_bindir}
+install data/* $RPM_BUILD_ROOT%{_datadir}/games/%{name}/data
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%files data
+%defattr(644,root,root,755)
+%{_datadir}/games/%{name}
+
+%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  2007/01/30 15:38:30  jackass
+- initial release
+
+
================================================================


More information about the pld-cvs-commit mailing list