SPECS: pushover.spec (NEW) - initial - very good logical game ; )

uzsolt uzsolt at pld-linux.org
Thu Dec 25 11:35:51 CET 2008


Author: uzsolt                       Date: Thu Dec 25 10:35:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial
- very good logical game ;)

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

---- Diffs:

================================================================
Index: SPECS/pushover.spec
diff -u /dev/null SPECS/pushover.spec:1.1
--- /dev/null	Thu Dec 25 11:35:51 2008
+++ SPECS/pushover.spec	Thu Dec 25 11:35:45 2008
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+Summary:	Pushover is a fun puzzle game
+Summary(hu.UTF-8):	Pushover egy vicces kirakós játék
+Name:		pushover
+Version:	0.0.1
+Release:	0.1
+License:	GPL v3
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/pushover/%{name}-%{version}.tar.gz
+# Source0-md5:	aeb0f0927f596623c5a1ea9cc27220e0
+URL:		http://pushover.sourceforge.net/
+BuildRequires:	SDL_mixer-devel
+BuildRequires:	SDL_ttf-devel
+BuildRequires:	lua51-devel
+BuildRequires:	sed >= 4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pushover is a fun puzzle game originally published by Ocean in 1992.
+In this game you control an ant that can walk along platforms that are
+connected with ladders. On those platforms are dominos that need to
+fall according to some rules.
+
+- All dominos must fall and none must crash into another
+- One special domino must fall as last domino and that domino triggers
+  the exit door to open when you enter the exit door the level has been
+  completed
+- You may rearrange as many dominos as you want, except for the
+  trigger. You may not place dominos in front of the doors, except for
+  the vanishing domino.
+- You may push once to start a chain reaction with the dominos leading
+  to the fall of all of them
+- All this has to be done within a time limit (which is normally
+  generous)
+- There are 10 different dominos that behave differently when pushed,
+  some fall, some not, some wait a bit before they fall, some raise,
+  some toppler until they meet an obstacle
+- There is a help in the game and introductory levels that show how
+  all the dominos work
+
+
+%description -l hu.UTF-8
+Pushover egy vicces kirakós játék, amelyet eredetileg az Ocean adott
+ki 1992-ben. Ebben a játékban egy hangyát irányítasz, amely szintek
+között sétál, amelyek létrákkal kapcsolódnak. A szinteken dominók
+vannak, amelyeket el kell dönteni megadott szabályok alapján.
+
+- Az összes dominónak el kell dőlnie, és egyik se törhet szét
+- Egy különleges dominónak utolsóként el kell eldőlnie, és ez a dominó
+  nyitja a kijárati ajtót, amin ha kimégy, teljesíted a szintet
+- A dominókat tetszőlegesen átrendezheted, kivéve az ajtónyitót. Nem
+  rakhatsz dominókat az ajtók elé, kivéve eltűnő dominókat
+- Csak egyszer indíthatod el a láncreakciót a kezdő dominó
+  eldöntésével
+- Ezeket egy megadott időn belül kell teljesítened (amelynek normál
+  esetben bőven elég)
+- 10 különböző dominó van, amelyek máshogy viselkednek, ha meglökik.
+  Egyikük eldől, másikuk nem, némelyik vár egy kicsit, mielőtt elbillen,
+  némelyik megemelkedik, némelyik addig dől, amíg akadályba nem ütközik
+- Egy súgó van a játékban, és egy bevezető pálya is, amely megmutatja,
+  hogyan működnek a dominók
+
+%prep
+%setup -q
+
+%build
+%{__sed} -i "s at lua5.1@lua51 at g" configure.ac
+%{__aclocal}
+%{__libtoolize}
+%{__autoconf}
+%{__automake}
+%configure \
+	--disable-static
+%{__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 AUTHORS readme.txt
+%attr(755,root,root) %{_bindir}/pushover
+%dir %{_datadir}/%{name}
+%{_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
================================================================


More information about the pld-cvs-commit mailing list