]> git.pld-linux.org Git - packages/stella.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 20 Feb 2003 08:31:59 +0000 (08:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stella.spec -> 1.1

stella.spec [new file with mode: 0644]

diff --git a/stella.spec b/stella.spec
new file mode 100644 (file)
index 0000000..4658b31
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       An Atari 2600 Video Computer System emulator
+Name:          stella
+Version:       1.3
+Release:       1
+License:       GPL
+Group:         Applications/Emulators
+Source0:       http://dl.sourceforge.net/stella/%{name}-%{version}-src.tar.gz
+Patch0:                %{name}-conf.patch
+URL:           http://stella.sourceforge.net/
+BuildRequires: libstdc++-devel
+BuildRequires: alsa-lib-devel >= 0.9.0
+BuildRequires: libpng-devel
+BuildRequires: XFree86-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Atari 2600 Video Computer System (VCS), introduced in 1977, was
+the most popular home video game system of the early 1980's. This
+emulator will run most Atari ROM images, so that you can play your
+favorite old Atari 2600 games on your PC.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+cd src/build
+%{__make} linux-x \
+       CC=%{__cc} \
+       CXX=%{__cxx}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
+
+install src/build/stella.x11 $RPM_BUILD_ROOT%{_bindir}/%{name}
+install src/stellarc $RPM_BUILD_ROOT%{_sysconfdir}
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Announce.txt Changes.txt Todo.txt docs/*.html
+%attr(755,root,root) %{_bindir}/stella
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/stellarc
This page took 0.097588 seconds and 4 git commands to generate.