pkg://xNES-0.49-2.src.rpm:44310/xnes.spec
info downloads
Summary: A Nintendo emulator.
Name: xNES
Version: 0.49
Release: 2
Copyright: GPL
Group: Amusements/Games
Source: http://emu.simplenet.com/xnes/xnessrc.tar.gz
Url: http://emu.simplenet.com/xnes/index.html
BuildRoot: /var/tmp/xnes-root
ExclusiveArch: i386
%description
A Nintendo emulator for 8 bit Nintendo cartridges. XNes emulates the
following Nintendo features: the 6502; 8x8 and 8x16 sprites; trainers;
the most important I/O ports; sprite flipping; one controller; MMC
2, 3, 7 and 11; horizontal and vertical scrolling; and WRAM saving.
Note that the XNes project was discontinued in January of 1998, so XNes
is no longer in development.
%prep
%setup -q -n xNES
%build
make all
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin/
install -m 755 -s xnes $RPM_BUILD_ROOT/usr/bin/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc LICENSE
/usr/bin/xnes
%changelog
* Thu Apr 16 1999 Michael Maher <mike@redhat.com>
- built package for 6.0
* Tue Jul 09 1998 Michael Maher <mike@redhat.com>
- built package