]> git.pld-linux.org Git - packages/fceultra.git/blob - fceultra.spec
- up to 2.1.4a
[packages/fceultra.git] / fceultra.spec
1 #
2 # TODO: bcond for non-gtk gui (gfceux)
3 #
4 Summary:        FCE Ultra - Linux Nintendo Entertainment System emulator
5 Summary(pl.UTF-8):      FCE Ultra - linuksowy emulator systemu Nintendo
6 Name:           fceultra
7 Version:        2.1.4a
8 Release:        1
9 License:        GPL v2+
10 Group:          X11/Applications/Games
11 Source0:        http://downloads.sourceforge.net/fceultra/fceux-%{version}.src.tar.bz2
12 # Source0-md5:  a1252a888cdc8b2c42ae031211f2fad6
13 URL:            http://fceultra.sourceforge.net/
14 BuildRequires:  OpenGL-GLU-devel
15 BuildRequires:  SDL >= 1.2.14
16 BuildRequires:  SDL_gfx-devel >= 1.2.14
17 BuildRequires:  scons
18 BuildRequires:  zenity
19 Requires:       zenity
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 FCE Ultra is a cross platform, NTSC and PAL Famicom/NES emulator.
24
25 %description -l pl.UTF-8
26 FCE Ultra to wieloplatformowy emulator konsoli Famicom/NES/Pegasus.
27
28 %prep
29 %setup -q -n fceu%{version}
30
31 %build
32 %scons
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_bindir}
37
38 cp -a bin/fceux $RPM_BUILD_ROOT%{_bindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc Authors.txt README-SDL TODO-PROJECT TODO-SDL changelog.txt documentation
46 %attr(755,root,root) %{_bindir}/fceux
This page took 0.064551 seconds and 4 git commands to generate.