]> git.pld-linux.org Git - packages/VisualBoyAdvance.git/blob - VisualBoyAdvance.spec
- converted to UTF-8
[packages/VisualBoyAdvance.git] / VisualBoyAdvance.spec
1 %define         _snap   050620
2 Summary:        One of the most powerful GameBoy Advance Emulators
3 Summary(pl.UTF-8):   Jeden z najlepszych emulatorów GameBoya Advance
4 Name:           VisualBoyAdvance
5 Version:        1.8.0
6 Release:        0.%{_snap}.1
7 License:        GPL v2
8 Group:          Applications/Emulators
9 Source0:        %{name}-%{version}-%{_snap}.tar.bz2
10 # Source0-md5:  caac298c7037603709feccd73285d582
11 URL:            http://vba.ngemu.com/
12 BuildRequires:  SDL-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libpng-devel
16 BuildRequires:  nasm
17 BuildRequires:  pth-devel
18 BuildRequires:  qt-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 One of the most powerful GameBoy Advance Emulators.
23
24 %description -l pl.UTF-8
25 Jeden z najlepszych emulatorów GameBoya Advance.
26
27 %prep
28 %setup -q -n %{name}-%{version}-%{_snap}
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure \
35 %ifarch athlon
36         --with-mmx
37 %endif
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README NEWS
53 %attr(755,root,root) %{_bindir}/*
54 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/VisualBoyAdvance.cfg
This page took 0.049171 seconds and 3 git commands to generate.