]> git.pld-linux.org Git - SPECS.git/blob - gnuboy.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / gnuboy.spec
1 Summary:        gnuboy - a Nintendo GameBoy Color emulator
2 Summary(pl.UTF-8):      gnuboy - emulator platformy Nintendo GameBoy Color
3 Name:           gnuboy
4 Version:        1.0.3
5 Release:        3
6 License:        GPL v2+
7 Group:          Applications/Emulators
8 Source0:        http://gnuboy.unix-fu.org/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  9947162a208ebfe699a1bfe98c437ac3
10 Patch0:         %{name}-gcc.patch
11 URL:            http://gnuboy.unix-fu.org/
12 BuildRequires:  SDL-devel >= 1.2.0
13 BuildRequires:  autoconf
14 BuildRequires:  xorg-lib-libXext-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 gnuboy is a portable program for emulating the Nintendo GameBoy Color
19 software platform.
20
21 %description -l pl.UTF-8
22 gnuboy jest przenoĹ›nym emulatorem platformy programowej Nintendo
23 GameBoy Color.
24
25 %prep
26 %setup -q
27
28 %patch0 -p1
29
30 %build
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38 %{__make} install \
39         bindir=$RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/*
47 %doc docs/* INSTALL README
This page took 0.997064 seconds and 3 git commands to generate.