]> git.pld-linux.org Git - packages/e-uae.git/blame - e-uae.spec
- sorted BRs
[packages/e-uae.git] / e-uae.spec
CommitLineData
ace54af1 1Summary: Unix Amiga Emulator
227ad5c6 2Summary(pl): Uniksowy emulator Amigi
ace54af1 3Name: e-uae
4Version: 0.8.27
5Release: 1
6License: GPL
7Group: Applications/Emulators
8Source0: http://www.rcdrummond.net/uae/e-uae-%{version}/%{name}-%{version}.tar.bz2
9# Source0-md5: a5ccafd3d8e74f733293a1beccbf9487
10URL: http://www.rcdrummond.net/uae/
ace54af1 11BuildRequires: SDL_gfx-devel
12BuildRequires: SDL_sound-devel
55e6f480 13BuildRequires: gtk+2-devel
ace54af1 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17This is a version of UAE, the Ubiquitous Amiga Emulator, with an
18emulation core based on WinUAE 0.8.27. It attempts to bring many of
19the great features of WinUAE to non-Windows platforms. This version
20now finally has a name, E-UAE, since that's what everybody was calling
21it anyway. The 'E' can stand for anything you fancy. Experimental,
22extreme, exciting, egalitarian, eggplant, ...
23
227ad5c6 24#%description -l pl
25# TODO
26
ace54af1 27%prep
28%setup -q
29
30%build
31%configure \
32 --with-sdl \
33 --with-sdl-sound \
34 --with-sdl-gfx
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{_bindir}
40
41install src/uae $RPM_BUILD_ROOT%{_bindir}/e-uae
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc ChangeLog README docs/*
49%attr(755,root,root) %{_bindir}/%{name}
This page took 0.19238 seconds and 4 git commands to generate.