]> git.pld-linux.org Git - packages/desmume.git/blob - desmume.spec
- revised BRs
[packages/desmume.git] / desmume.spec
1 Summary:        Nintendo DS emulator
2 Summary(pl.UTF-8):      Emulator Nintendo DS
3 Name:           desmume
4 Version:        0.6.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/desmume/%{name}-%{version}.tar.gz
9 # Source0-md5:  48f192b8839affc03b2b28e5eb509984
10 URL:            http://desmume.org/
11 BuildRequires:  SDL-devel
12 BuildRequires:  gtk+2-devel >= 1:2.0
13 BuildRequires:  libglade2-devel >= 2.0
14 BuildRequires:  pkgconfig
15 BuildRequires:  zlib-devel
16 BuildRequires:  zziplib-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 DeSmuME is a Nintendo DS emulator running demos and commercial games.
21
22 %description -l pl.UTF-8
23 DeSmuME jest emulatorem Nintendo DS, który uruchamia również wersje
24 demonstracyjne i gry komercyjne.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog README
45 %attr(755,root,root) %{_bindir}/*
This page took 0.055196 seconds and 3 git commands to generate.