]> git.pld-linux.org Git - packages/VisualBoyAdvance.git/blob - VisualBoyAdvance.spec
- initial commit
[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.6
5 Release:        1
6 License:        GPL v. 2
7 Group:          Applications/Emulators          
8 Source0:        http://www.kernel.pl/~djurban/%{name}-%{version}-src.tar.bz2
9 # Source0-md5:  f02ea099d3c0f3038ba0b113a22856c6
10 URL:            http://vboy.emuhq.com/
11 BuildRequires:  qt-devel
12 BuildRequires:  SDL-devel
13 BuildRequires:  libpng-devel
14 BuildRequires:  nasm
15 BuildRequires:  pth
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 One of the most powerful GameBoy Advance Emulators.
20
21 %description -l pl
22 Jeden z najlepszych emulatorów GameBoya Advance.
23
24 %prep
25 %setup -q -n %{name}-%{version}
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__automake}
31 %ifarch %{athlon}
32 %configure --with-mmx
33 %else
34 %configure
35 %endif
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 # create directories if necessary
41 #install -d $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README NEWS
51 %attr(755,root,root) %{_bindir}/*
This page took 0.072322 seconds and 4 git commands to generate.