Author: lisu Date: Mon Oct 9 19:43:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: pengupop.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pengupop.spec diff -u /dev/null SPECS/pengupop.spec:1.1 --- /dev/null Mon Oct 9 21:43:17 2006 +++ SPECS/pengupop.spec Mon Oct 9 21:43:12 2006 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: Clone of the game Bust a Move +Summary(pl): Klon gry Bust a Move +Name: pengupop +Version: 2.1.8 +Release: 1 +License: GPL v2 +Group: X11/Applications/Games +Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz +# Source0-md5: 9ee4366168973228d4790fd60e624f90 +URL: http://www.junoplay.com/ +BuildRequires: SDL-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The aim of this game is to shoot colored balls so they form similarily +colored groups, causing them to fall out of the screen. You can either +win by clearing your entire field, or lose if any balls attach below +the white line near the bottom. + +%description -l pl +Celem tej gry jest strzelanie kolorowymi piłkami tak, aby utworzyły +one jednokolorowe grupy, które znikają z ekranu. Aby wygrać należy +wyczyścić całe pole z piłek, natomiast gracz przegrywa, gdy jedna z +piłek przekroczy białą linię na dole ekranu. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__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 README +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/10/09 19:43:12 lisu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
