]> git.pld-linux.org Git - SPECS.git/blob - tuxnes.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / tuxnes.spec
1 Summary:        tuxnes - Linux Nintendo Entertainment System emulator
2 Summary(pl.UTF-8):      tuxnes - linuksowy emulator systemu Nintendo
3 Name:           tuxnes
4 Version:        0.75
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/tuxnes/%{name}-%{version}.tar.gz
9 # Source0-md5:  5db0cd42dfdff3e681805e93b4867c43
10 URL:            http://tuxnes.sourceforge.net/
11 BuildRequires:  XFree86-devel
12 ExclusiveArch:  %{ix86}
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 TuxNES is an emulator for the 8-bit Nintendo Entertainment System.
17
18 %description -l pl.UTF-8
19 TuxNES jest emulatorem 8-bitowego systemu rozrywki Nintendo.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure2_13
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32          DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc AUTHORS BUGS CHANGES ChangeLog NEWS README THANKS
40 %attr(755,root,root) %{_bindir}/*
This page took 0.450802 seconds and 3 git commands to generate.