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