]> git.pld-linux.org Git - packages/VGBA.git/blame - VGBA.spec
- gameboy advance emulator, i like visualboy a lot better but this is nice too
[packages/VGBA.git] / VGBA.spec
CommitLineData
9d8a29d0 1#
2Summary: GameBoy emulator
3Summary(pl): Emulator GameBoya
4Name: VGBA
5Version: 3.0
6Release: 1
7License: Copyright (distributable)
8Group: Applications
9Source0: http://fms.komkon.org/%{name}/%{name}30-Linux-80x86-bin.tar.Z
10# Source0-md5: 9e335c3ae6770b1cbfee8fd354321736
11URL: http://fms.komkon.org/VGBA
12ExclusiveArch: %{ix86}
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Virtual GameBoy (VGB) is an emulator of the GameBoy videogame handheld produced by Nintendo. It runs GameBoy, Super GameBoy, and GameBoy Color games on PCs, Macs, PocketPCs, or just about any other sufficiently fast computer in existence. It can also help to debug GameBoy software without using a costly development system.
17
18%prep
19%setup -q -c
20
21%install
22rm -rf $RPM_BUILD_ROOT
23install -d $RPM_BUILD_ROOT%{_bindir}
24
25install vgba $RPM_BUILD_ROOT%{_bindir}
26
27%clean
28rm -rf $RPM_BUILD_ROOT
29
30%files
31%defattr(644,root,root,755)
32%doc VGBA.html
33%attr(755,root,root) %{_bindir}/vgba
This page took 0.078559 seconds and 4 git commands to generate.