]> git.pld-linux.org Git - packages/gngeo.git/blame - gngeo.spec
- tabs in preamble
[packages/gngeo.git] / gngeo.spec
CommitLineData
7bf17fce 1Summary: A good Neo-Geo emulator
22f969f4
ER
2Summary(de.UTF-8): Ein guter Neo-Geo Emulator
3Summary(pl.UTF-8): Dobry emulator Neo-Geo
7bf17fce 4Name: gngeo
5Version: 0.6.12
6Release: 1
7License: GPL
8Group: Applications/Emulators
9Source0: http://m.peponas.free.fr/gngeo/download/%{name}-%{version}.tar.gz
10# Source0-md5: cad0232606b7c4f0449445ba0dea080f
11Patch0: %{name}-ac_patch.patch
12URL: http://m.peponas.free.pr/gngeo/
13BuildRequires: OpenGL-devel
14BuildRequires: SDL_image-devel
132bf11f
JB
15BuildRequires: autoconf
16BuildRequires: automake
7bf17fce 17%ifarch %{ix86}
18BuildRequires: nasm
19%endif
20BuildRequires: zlib-devel
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24gngeo is a program that emulates the SNK Neo-Geo game system. It uses
25SDL and optimized assembly CPU emulation cores on i386 platforms.
26
ab2fb750 27%description -l de.UTF-8
0e681c2e 28gngeo ist ein Programm dass das SNK Neo-Geo Spielsystem emuliert. Es
ab2fb750 29benutzt SDL und eine in Assembler optimisierte CPU Emulation für i386
0e681c2e 30Architekturen.
31
ab2fb750
JR
32%description -l pl.UTF-8
33gngeo to program emulujący system gier SNK Neo-Geo. Wykorzystuje SDL i
34zoptymalizowaną w asemblerze emulację CPU na platformach i386.
132bf11f 35
7bf17fce 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
7bf17fce 49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
7bf17fce 55%clean
56rm -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.10433 seconds and 4 git commands to generate.