]> git.pld-linux.org Git - packages/fceultra.git/blob - fceultra.spec
- initial
[packages/fceultra.git] / fceultra.spec
1 Summary:        FCE Ultra - Linux Nintendo Entertainment System emulator
2 Summary(pl.UTF-8):      FCE Ultra - linuksowy emulator systemu Nintendo
3 Name:           fceultra
4 Version:        0.98.12
5 Release:        0.5
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/fceultra/fceu-%{version}.src.tar.bz2
9 # Source0-md5:  0fd2175b1f929e8b4d456789c4d7fc2b
10 URL:            http://fceultra.sourceforge.net/
11 BuildRequires:  OpenGL-GLU-devel
12 BuildRequires:  SDL >= 1.2.0
13 BuildRequires:  SDL_gfx-devel >= 1.2.0
14 BuildRequires:  autoconf >= 2.59-9
15 BuildRequires:  automake >= 1.6
16 #ExclusiveArch: %{ix86}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 FCE Ultra is a cross platform, NTSC and PAL Famicom/NES emulator.
21
22 %description -l pl.UTF-8
23 FCE Ultra to wieloplatformowy emulator konsoli Famicom/NES/Pegasus.
24
25 %prep
26 %setup -q -n fceu
27
28 %build
29 %{__aclocal}
30 %{__automake}
31 %{__autoconf}
32 %configure \
33         --with-opengl
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41          DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog TODO
49 %doc Documentation
50 %attr(755,root,root) %{_bindir}/*
This page took 0.041596 seconds and 4 git commands to generate.