Author: lisu Date: Tue Oct 10 11:05:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: bitefusion.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bitefusion.spec diff -u /dev/null SPECS/bitefusion.spec:1.1 --- /dev/null Tue Oct 10 13:05:47 2006 +++ SPECS/bitefusion.spec Tue Oct 10 13:05:42 2006 @@ -0,0 +1,57 @@ +# $Revision$, $Date$ +Summary: A snake game +Summary(pl): Gra typu wąż +Name: bitefusion +Version: 1.0.1 +Release: 1 +License: GPL v2 +Group: X11/Applications/Games +Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz +# Source0-md5: d7bc933c3363a76b4cb3eeb2a4f33b40 +URL: http://www.junoplay.com/ +BuildRequires: SDL-devel >= 1.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A snake game with 15 levels. Great if you need to shut off your brain +for a few minutes and occupy your hands in the meantime. Guaranteed no +adrenaline rush! + +%description -l pl +Gra typu wąż z 15 poziomami. Spróbuj wysilić swój umysł na parę minut +i w międzyczasie pracować rękami. Gwarantowana porządna dawka +adrenaliny! + +%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 AUTHORS +%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/10 11:05:42 lisu +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
