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