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