SPECS: njam.spec (NEW) - new

lisu lisu at pld-linux.org
Fri Oct 20 23:45:32 CEST 2006


Author: lisu                         Date: Fri Oct 20 21:45:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/njam.spec
diff -u /dev/null SPECS/njam.spec:1.1
--- /dev/null	Fri Oct 20 23:45:32 2006
+++ SPECS/njam.spec	Fri Oct 20 23:45:26 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	SDL_mixer	# build without SDL_mixer
+#
+Summary:	Fast paced multiplayer pacman clone
+Summary(pl):	Sieciowy klon pacmana o szybkim tempie
+Name:		njam
+Version:	1.25
+Release:	1
+License:	GPL v2
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/njam/%{name}-%{version}-src.tar.gz
+# Source0-md5:	231fda022d309e1ef4a0d993ca693462
+URL:		http://njam.sourceforge.net/
+BuildRequires:	SDL-devel
+BuildRequires:	SDL_image-devel
+%{?with_SDL_mixer:BuildRequires:	SDL_mixer-devel}
+BuildRequires:	SDL_net-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Njam is fast-paced pac-man-like game. In this arcade you move through
+the maze eating cookies and collecting powerups while trying to avoid
+ghosts who chase you.
+
+%description -l pl
+Njam jest posiadającą szybkie tempo grą z rodzaju pac-man. W tej
+zręcznościówce poruszasz się po labiryncie zbierając ciastka i bonusy,
+starając się przy okazji unikać ścigających cię duchów.
+
+%prep
+%setup -q -n %{name}-%{version}-src
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{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  2006/10/20 21:45:26  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list