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