]> git.pld-linux.org Git - packages/fceultra.git/blob - fceultra.spec
- clean ups
[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:        1
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 FCE Ultra is a cross platform, NTSC and PAL Famicom/NES emulator.
20
21 %description -l pl.UTF-8
22 FCE Ultra to wieloplatformowy emulator konsoli Famicom/NES/Pegasus.
23
24 %prep
25 %setup -q -n fceu
26
27 %build
28 %{__aclocal}
29 %{__automake}
30 %{__autoconf}
31 %configure \
32         --with-opengl
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40          DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog TODO
48 %doc Documentation
49 %attr(755,root,root) %{_bindir}/*
This page took 0.032678 seconds and 3 git commands to generate.