SPECS: einstein.spec (NEW) - new

lisu lisu at pld-linux.org
Thu Oct 12 18:45:05 CEST 2006


Author: lisu                         Date: Thu Oct 12 16:45:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/einstein.spec
diff -u /dev/null SPECS/einstein.spec:1.1
--- /dev/null	Thu Oct 12 18:45:05 2006
+++ SPECS/einstein.spec	Thu Oct 12 18:45:00 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	An implementation of Albert Einstein's puzzle
+Summary(pl):	Implementacja gry logicznej Alberta Einsteina
+Name:		einstein
+Version:	2.0
+Release:	1
+License:	GPL
+Group:		X11/Applications/Games
+Source0:	http://games.flowix.com/files/einstein/%{name}-%{version}-src.tar.gz
+# Source0-md5:	c1d98e761c10af63f03462ead625f80c
+Patch0:		%{name}-makefile.patch
+URL:		http://games.flowix.com/
+BuildRequires:	SDL-devel
+BuildRequires:  SDL_mixer-devel
+BuildRequires:  SDL_ttf-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The game goal is to open all cards in square of 6x6 cards. For this, a number of hints describing relations between card positions are given.
+
+%description -l pl
+Celem gry jest odsłonięcie wszystkich kart w kwadracie 6x6 za pomocą podpowiedzi opisujących relacje pomiędzy poszczególnymi kartami.
+
+%prep
+%setup -q -n %{name}-%{version}
+%patch0 -p1
+
+%build
+%{__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 README
+%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/12 16:45:00  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list