SPECS: hatari.spec (NEW) - initial release
jackass
jackass at pld-linux.org
Mon Jul 17 23:42:39 CEST 2006
Author: jackass Date: Mon Jul 17 21:42:39 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial release
---- Files affected:
SPECS:
hatari.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/hatari.spec
diff -u /dev/null SPECS/hatari.spec:1.1
--- /dev/null Mon Jul 17 23:42:39 2006
+++ SPECS/hatari.spec Mon Jul 17 23:42:34 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: hatari is an Atari ST and STE emulator for Linux
+Summary(pl): hatari jest emulatorem Atari ST i STE dla Linuksa
+Name: hatari
+Version: 0.80
+Release: 1
+License: GPL
+Group: Applications/Emulators
+Source0: http://dl.sourceforge.net/hatari/%{name}-%{version}.tar.gz
+# Source0-md5: 01d342566d69a4721b61ad5c912174ec
+URL: http://hatari.sourceforge.net/
+BuildRequires: SDL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: zlib-devel
+
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hatari is an Atari ST and STE emulator for Linux and other systems
+that are supported by the SDL library. Hatari supports the emulation
+of most of the ST and STE hardware.
+
+%description -l pl
+Hatari jest emulatorem Atari ST i STE dla Linuksa i innych systemów
+spierających bibliotekę SDL. Hatari emuluje większość urządzeń Atari
+ST i STE.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%configure \
+ --datadir=%{_datadir}/%{name}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/17 21:42:34 jackass
+- initial release
+
================================================================
More information about the pld-cvs-commit
mailing list