Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main-src > by-pkgid > 4909a7ad73129f99a426a40a51ca61fe > files > 2

VisualBoyAdvance-1.7.2-1ark.src.rpm

Summary: This is a GameBoy (GB/GBC/GBA) emulator for Linux
Name: VisualBoyAdvance
Version: 1.7.2
Release: 1ark
License: GPL
Group: Applications/Emulators
URL: http://vba.ngemu.com/

Source: %{name}-src-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: xorg-devel xorg-libs flex gcc-c++ SDL-devel libpng-devel nasm zlib-devel

%description
This is a GameBoy, GameBoyColor and GameBoyAdvance emulator for Linux
(and win32/BeOS).

%prep
%setup -q

%build
CXXFLAGS="-g -O3" %configure 
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall
install -D -pm 755 src/sdl/%{name} %{buildroot}%{_bindir}/%{name}
install -D -pm 755 src/sdl/TestEmu %{buildroot}%{_bindir}/TestEmu

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc README COPYING ChangeLog AUTHORS NEWS README-win.txt src/%{name}.cfg
%{_bindir}/*
%config /etc/%{name}.cfg

%changelog
* Sat Jul 02 2005 Kyle Amon <amonk@gnutec.com> 1.7.2-1ark
- Modifications for Ark Linux.

* Tue Jan 18 2005 ALT QA Team Robot <qa-robot@altlinux.org> 1.7.2-alt2.1
- Rebuilt with libstdc++.so.6.

* Tue Jun 15 2004 Ilya Mashkin <oddity@altlinux.ru> 1.7.2-alt2
- update spec for 1.7.2

* Sun Jun 05 2004 Ilya Mashkin <oddity@altlinux.ru> 1.7.2-alt1
- Update version to 1.7.2. Many fixes.

* Sun Feb 22 2004 Ilya Mashkin <oddity@altlinux.ru> 1.7.1-alt1
- Update version to 1.7.1. Many changes.

* Tue Nov 18 2003 Ilya Mashkin <oddity@altlinux.ru> 1.6a-alt0.1
- Initial build