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