]> git.pld-linux.org Git - packages/desmume.git/blame - desmume.spec
- up to 0.9.7
[packages/desmume.git] / desmume.spec
CommitLineData
efb070b3 1Summary: Nintendo DS emulator
f390f899 2Summary(pl.UTF-8): Emulator Nintendo DS
efb070b3 3Name: desmume
0c850c91 4Version: 0.9.7
efb070b3 5Release: 1
6License: GPL v2+
f87f4b46 7Group: Applications/Emulators
1573a0ab 8Source0: http://downloads.sourceforge.net/desmume/%{name}-%{version}.tar.gz
0c850c91 9# Source0-md5: c33440e6a02c44248871ec2eec6a3760
f87f4b46 10Patch0: %{name}-desktop.patch
f024a0e5 11Patch1: %{name}-shadowing.patch
997a4d7e 12URL: http://desmume.org/
1573a0ab 13BuildRequires: OpenGL-GLU-devel
14BuildRequires: OpenGL-devel
efb070b3 15BuildRequires: SDL-devel
1573a0ab 16BuildRequires: agg-devel
0c850c91 17BuildRequires: autoconf
18BuildRequires: automake
dd8b044b 19BuildRequires: gtk+2-devel >= 1:2.0
f87f4b46 20BuildRequires: gtkglext-devel
dd8b044b
JB
21BuildRequires: libglade2-devel >= 2.0
22BuildRequires: pkgconfig
d125be38 23BuildRequires: rpmbuild(macros) >= 1.197
dd8b044b 24BuildRequires: zlib-devel
3f548d45 25BuildRequires: zziplib-devel >= 0.13.49
efb070b3 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29DeSmuME is a Nintendo DS emulator running demos and commercial games.
30
31%description -l pl.UTF-8
32DeSmuME jest emulatorem Nintendo DS, który uruchamia również wersje
33demonstracyjne i gry komercyjne.
34
35%prep
36%setup -q
f87f4b46 37%patch0 -p1
f024a0e5 38%patch1 -p1
efb070b3 39
40%build
0c850c91 41%{__aclocal}
42%{__autoconf}
43%{__automake}
efb070b3 44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
0c850c91 53%find_lang %{name} --all-name
87fa2783 54
efb070b3 55%clean
56rm -rf $RPM_BUILD_ROOT
57
0c850c91 58%files -f %{name}.lang
efb070b3 59%defattr(644,root,root,755)
60%doc AUTHORS ChangeLog README
0c850c91 61%attr(755,root,root) %{_bindir}/desmume
62%attr(755,root,root) %{_bindir}/desmume-cli
63%attr(755,root,root) %{_bindir}/desmume-glade
f87f4b46 64%{_desktopdir}/%{name}.desktop
0c850c91 65%{_desktopdir}/%{name}-glade.desktop
3f548d45 66%{_mandir}/man1/desmume*.1*
f87f4b46 67%{_pixmapsdir}/DeSmuME.xpm
This page took 0.076067 seconds and 4 git commands to generate.