Author: uzsolt Date: Tue May 5 10:30:37 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial - doesn't build
---- Files affected: packages/xut: xut.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xut/xut.spec diff -u /dev/null packages/xut/xut.spec:1.1 --- /dev/null Tue May 5 12:30:37 2009 +++ packages/xut/xut.spec Tue May 5 12:30:32 2009 @@ -0,0 +1,76 @@ +# $Revision$, $Date$ +Summary: A button football simulation +Summary(hu.UTF-8): Gombfoci szimuláció +Name: xut +Version: 0.1 +Release: 0.1 +License: GPL v2 +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/digenv/%{name}_0_1_src.tar.bz2 +# Source0-md5: 09baba4b462c5ac53a40aabfb7b2e7a9 +URL: http://xut.dnteam.org +BuildRequires: OpenAL-devel +BuildRequires: SDL_gfx-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_ttf-devel +BuildRequires: cal3d-devel +BuildRequires: libogg-devel +BuildRequires: libvorbis-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +XUT is a project to make a button football game simulation. + +%description -l hu.UTF-8 +XUT egy project, amelynek a célja egy gombfoci szimulátor létrehozása. + +%prep +%setup -q -n %{name} + +%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 README TODO +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_datadir}/%{name}/%{name}-bin +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/* + +%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 2009/05/05 10:30:32 uzsolt +- initial +- doesn't build + +Revision 1.5 2009/01/11 16:53:48 uzsolt +- ver 3.2 +- hu summary, description + +Revision 1.4 2008/08/17 14:49:49 qboosh +- unified + +Revision 1.3 2008/08/10 16:11:21 pawelz +- adapterized + +Revision 1.2 2008/08/10 15:53:43 pawelz +- pld %desc and Summary + +Revision 1.1 2008/08/10 10:53:20 adamg +- new, from Zsolt Udvari ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
