]> git.pld-linux.org Git - packages/e-uae.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Fri, 6 May 2005 16:38:53 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e-uae.spec -> 1.1

e-uae.spec [new file with mode: 0644]

diff --git a/e-uae.spec b/e-uae.spec
new file mode 100644 (file)
index 0000000..31bc591
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       Unix Amiga Emulator
+Summary(pl):   Uniksowy Emulator Amigi
+Name:          e-uae
+Version:       0.8.27
+Release:       1
+License:       GPL
+Group:         Applications/Emulators
+Source0:       http://www.rcdrummond.net/uae/e-uae-%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: a5ccafd3d8e74f733293a1beccbf9487
+URL:           http://www.rcdrummond.net/uae/
+BuildRequires: gtk+2-devel
+BuildRequires: SDL_gfx-devel
+BuildRequires: SDL_sound-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a version of UAE, the Ubiquitous Amiga Emulator, with an
+emulation core based on WinUAE 0.8.27. It attempts to bring many of
+the great features of WinUAE to non-Windows platforms. This version
+now finally has a name, E-UAE, since that's what everybody was calling
+it anyway. The 'E' can stand for anything you fancy. Experimental,
+extreme, exciting, egalitarian, eggplant, ...
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --with-sdl \
+       --with-sdl-sound \
+       --with-sdl-gfx
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install src/uae $RPM_BUILD_ROOT%{_bindir}/e-uae
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README docs/*
+%attr(755,root,root) %{_bindir}/%{name}
This page took 0.051626 seconds and 4 git commands to generate.