]> git.pld-linux.org Git - packages/VisualBoyAdvance.git/blame - VisualBoyAdvance.spec
- tabs in preamble
[packages/VisualBoyAdvance.git] / VisualBoyAdvance.spec
CommitLineData
abf03424 1%define _snap 050620
905b3d78 2Summary: One of the most powerful GameBoy Advance Emulators
494a452c 3Summary(pl.UTF-8): Jeden z najlepszych emulatorów GameBoya Advance
905b3d78 4Name: VisualBoyAdvance
abf03424 5Version: 1.8.0
6Release: 0.%{_snap}.1
9a374e4c 7License: GPL v2
eb3e58c9 8Group: Applications/Emulators
abf03424 9Source0: %{name}-%{version}-%{_snap}.tar.bz2
10# Source0-md5: caac298c7037603709feccd73285d582
ee41ba2b 11URL: http://vba.ngemu.com/
905b3d78 12BuildRequires: SDL-devel
9a374e4c
JB
13BuildRequires: autoconf
14BuildRequires: automake
905b3d78 15BuildRequires: libpng-devel
16BuildRequires: nasm
3859399f 17BuildRequires: pth-devel
9a374e4c 18BuildRequires: qt-devel
905b3d78 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22One of the most powerful GameBoy Advance Emulators.
23
b53c94e0
JR
24%description -l pl.UTF-8
25Jeden z najlepszych emulatorów GameBoya Advance.
905b3d78 26
27%prep
abf03424 28%setup -q -n %{name}-%{version}-%{_snap}
905b3d78 29
30%build
31%{__aclocal}
32%{__autoconf}
33%{__automake}
9a374e4c
JB
34%configure \
35%ifarch athlon
36 --with-mmx
905b3d78 37%endif
9a374e4c 38
905b3d78 39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
905b3d78 43
9a374e4c
JB
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
905b3d78 46
47%clean
48rm -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}/*
738b02e3 54%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/VisualBoyAdvance.cfg
This page took 0.056045 seconds and 5 git commands to generate.