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