Author: lisu Date: Thu Jan 10 06:34:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added to CVS
---- Files affected: SPECS: mednafen.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mednafen.spec diff -u /dev/null SPECS/mednafen.spec:1.1 --- /dev/null Thu Jan 10 07:34:49 2008 +++ SPECS/mednafen.spec Thu Jan 10 07:34:43 2008 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +Summary: Multi-game-system emulator using OpenGL +Summary(pl.UTF-8): Wieloplatformowy emulator gier używający OpenGL +Name: mednafen +Version: 0.8.7 +Release: 1 +License: GPL v2+ +Group: Applications/Emulators +Source0: http://dl.sourceforge.net/mednafen/%{name}-%{version}.tar.bz2 +# Source0-md5: 0bf5d722abc77323762c6fe81b5a2b25 +URL: http://mednafen.sourceforge.net/ +BuildRequires: OpenGL-devel +BuildRequires: SDL-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libcdio-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Mednafen is a portable, utilizing OpenGL and SDL, +argument(command-line)-driven multi-system emulator with many advanced +features. The Atari Lynx, GameBoy (Color), GameBoy Advance, NES, PC +Engine(TurboGrafx 16), SuperGrafx, Neo Geo Pocket (Color), PC-FX, and +WonderSwan (Color) are emulated. + +%description -l pl.UTF-8 +Mednafen jest wieloplatformowym emulatorem przenośnym, używającym +OpenGL i SDL, działającym z linii poleceń i posiadającym wiele +zaawansowanych cech. Emulowane platformy to: Atari Lynx, GameBoy +(Color), GameBoy Advance, NES, PC Engine(TurboGrafx 16), SuperGrafx, +Neo Geo Pocket (Color), PC-FX, oraz WonderSwan (Color). + +%prep +%setup -q -n %{name} + +%build +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} --all-name + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/mednafen + +%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 2008-01-10 06:34:43 lisu +- added to CVS + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
