]> git.pld-linux.org Git - packages/VGBA.git/blob - VGBA.spec
- tabs in preamble
[packages/VGBA.git] / VGBA.spec
1 Summary:        GameBoy Advance emulator
2 Summary(pl.UTF-8):      Emulator GameBoya Advance
3 Name:           VGBA
4 Version:        3.0
5 Release:        1
6 License:        Copyright (distributable)
7 Group:          Applications
8 Source0:        http://fms.komkon.org/VGBA/%{name}30-Linux-80x86-bin.tar.Z
9 # Source0-md5:  9e335c3ae6770b1cbfee8fd354321736
10 URL:            http://fms.komkon.org/VGBA/
11 ExclusiveArch:  %{ix86}
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Virtual GameBoy Advance (VGBA) is an emulator of the GameBoy Advance
16 videogame handheld produced by Nintendo. It runs GameBoy Advance games
17 on PCs or PocketPCs. It can also help to debug GameBoy Advance
18 software without using a costly development system.
19
20 %description -l pl.UTF-8
21 Virtual GameBoy Advance (VGBA) to emulator kieszonkowej gry
22 telewizyjnej GameBoy Advance produkowanej przez Nintendo. Uruchamia
23 gry z GameBoya Advance na komputerach PC i PocketPC. Może także pomóc
24 przy poprawianiu oprogramowania dla GameBoya Advance bez kosztownego
25 systemu programistycznego.
26
27 %prep
28 %setup -q -c 
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install vgba $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc VGBA.html
42 %attr(755,root,root) %{_bindir}/vgba
This page took 0.054275 seconds and 3 git commands to generate.