Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37714698
en ru br
ALT Linux repos
5.0: 0.98.13-alt1
4.1: 0.98.13-alt1
4.0: 0.98.13-alt1

Group :: Emulators
RPM: fceultra

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fceultra
Version: 0.98.13
Release: alt1
Summary: A portable NES/Famicom emulator.

License: GPL
Group: Emulators

Packager: Ilya Mashkin <oddity at altlinux dot ru>

Source0: fceu-%version.src.tar.bz2
# Automatically added by buildreq on Sun Jan 08 2006
BuildRequires: esound gcc-c++ libSDL-devel xorg-x11-devel zlib-devel


%description
FCE Ultra is a portable NES/Famicom emulator based on Bero's original
FCE source code. Large portions of it have been rewritten, resulting
in a much stabler and very compatible emulator.

%prep
%setup -q -n fceu
#perl -pi -e's/-mcpu=i686/\$(RPM_OPT_FLAGS)/' Makefile*
%__subst 's,-mcpu=i686,\\$(RPM_OPT_FLAGS),' Makefile*
#__subst 's,\.la,\.so,' configure

%build
./configure --with-opengl
make
mv src/fceu src/fceu-sdl

%install
rm -rf %buildroot
mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_man6dir

install -p src/fceu-sdl %buildroot%_bindir
install -p Documentation/fceu-sdl.6 %buildroot%_man6dir


%files

%doc Documentation
%_bindir/fceu-sdl
%_man6dir/fceu-sdl.6*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin