]> git.pld-linux.org Git - packages/VGBA.git/blob - VGBA.spec
- gameboy advance emulator, i like visualboy a lot better but this is nice too
[packages/VGBA.git] / VGBA.spec
1 #
2 Summary:        GameBoy emulator
3 Summary(pl):    Emulator GameBoya
4 Name:           VGBA
5 Version:        3.0
6 Release:        1
7 License:        Copyright (distributable)
8 Group:          Applications
9 Source0:        http://fms.komkon.org/%{name}/%{name}30-Linux-80x86-bin.tar.Z
10 # Source0-md5:  9e335c3ae6770b1cbfee8fd354321736
11 URL:            http://fms.komkon.org/VGBA
12 ExclusiveArch:  %{ix86}
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Virtual 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
22 rm -rf $RPM_BUILD_ROOT
23 install -d $RPM_BUILD_ROOT%{_bindir}
24
25 install vgba $RPM_BUILD_ROOT%{_bindir}
26
27 %clean
28 rm -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.065773 seconds and 3 git commands to generate.