SPECS: qonk.spec (NEW) - initial

lisu lisu at pld-linux.org
Sun Sep 16 12:19:08 CEST 2007


Author: lisu                         Date: Sun Sep 16 10:19:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/qonk.spec
diff -u /dev/null SPECS/qonk.spec:1.1
--- /dev/null	Sun Sep 16 12:19:08 2007
+++ SPECS/qonk.spec	Sun Sep 16 12:19:02 2007
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+# TODO:
+# - disable using guichan files included with package
+
+Summary:	Simple solar system build-and-conquer game
+Summary(pl.UTF-8):	Prosta gra typu buduj i zdobywaj
+Name:		qonk
+Version:	0.3.0
+Release:	0.1
+License:	GPL v2+
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/qonk/%{name}-%{version}.tar.gz
+# Source0-md5:	7460e5e1e28fd1e0ed0fa51b1afb138c
+URL:		http://scratchpad.wikia.com/wiki/Qonk
+BuildRequires:	SDL-devel >= 1.2
+BuildRequires:	SDL_gfx-devel >= 1.2
+BuildRequires:	SDL_image-devel >= 1.2
+BuildRequires:	SDL_ttf-devel >= 2.0
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	sed >= 4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qonk is a small build-and-conquer strategy game with very simple
+rules. The setting of the game is a solar system of planets. Your goal
+is to conquer all of the planets in the game by sending ships there.
+Planets that are under your control generate new ships. Simple AI
+players are playing against you. As you gain more experience
+throughout the game, more AI players in bigger systems have to be
+kicked out.
+
+%description -l pl.UTF-8
+Qonk jest mała grą strategiczną typu buduj i zdobywaj z bardzo
+prostymi zasadami. Gra umiejscowiona jest w systemie słonecznym
+planet. Celem gracza jest podbicie wszystkich planet przez wysyłanie
+tam statków. Planety, które znajdują się pod kontrolą gracza
+wytwarzają nowe statki. Zagrożeniem są prości przeciwnicy
+sterowani przez komputer. Im więcej doświadczenia zdobędzie gracz
+tym więcej przeciwników będzie musiał pokonać w coraz większych
+systemach.
+
+%prep
+%setup -q
+%{__sed} -i 's at font.ttf@%{_datadir}/%{name}/font.ttf@' src/canvas.cpp
+
+%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 HISTORY README THANKYOU TODO
+%attr(755,root,root) %{_bindir}/%{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
+
+$Log$
+Revision 1.1  2007/09/16 10:19:02  lisu
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list