]> git.pld-linux.org Git - packages/gngeo.git/blob - gngeo.spec
92a3b70366be7f28965b84927241b648d0dec169
[packages/gngeo.git] / gngeo.spec
1 Summary:        A good Neo-Geo emulator
2 Summary(de):    Ein guter Neo-Geo Emulator
3 Summary(pl):    Dobry emulator Neo-Geo
4 Name:           gngeo
5 Version:        0.6.12
6 Release:        1
7 License:        GPL
8 Group:          Applications/Emulators
9 Source0:        http://m.peponas.free.fr/gngeo/download/%{name}-%{version}.tar.gz
10 # Source0-md5:  cad0232606b7c4f0449445ba0dea080f
11 Patch0:         %{name}-ac_patch.patch
12 URL:            http://m.peponas.free.pr/gngeo/
13 BuildRequires:  OpenGL-devel
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 %ifarch %{ix86}
18 BuildRequires:  nasm
19 %endif
20 BuildRequires:  zlib-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 gngeo is a program that emulates the SNK Neo-Geo game system. It uses
25 SDL and optimized assembly CPU emulation cores on i386 platforms.
26
27 %description -l de
28 gngeo ist ein Programm dass das SNK Neo-Geo Spielsystem emuliert. Es
29 benutzt SDL und eine in Assembler optimisierte CPU Emulation für i386
30 Architekturen.
31
32 %description -l pl
33 gngeo to program emuluj±cy system gier SNK Neo-Geo. Wykorzystuje SDL i
34 zoptymalizowan± w asemblerze emulacjê CPU na platformach i386.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 %{__aclocal}
42 %{__autoheader}
43 %{__automake}
44 %{__autoconf}
45
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog FAQ NEWS README TODO
61 %attr(755,root,root) %{_bindir}/*
62 %dir %{_datadir}/%{name}
63 %{_datadir}/%{name}/*
64 %{_mandir}/man1/gngeo*
This page took 0.047869 seconds and 2 git commands to generate.