]> git.pld-linux.org Git - packages/hatari.git/commitdiff
- initial release
authorjackass <jackass@pld-linux.org>
Mon, 17 Jul 2006 21:42:34 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hatari.spec -> 1.1

hatari.spec [new file with mode: 0644]

diff --git a/hatari.spec b/hatari.spec
new file mode 100644 (file)
index 0000000..7c4ee6b
--- /dev/null
@@ -0,0 +1,51 @@
+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}
This page took 0.094965 seconds and 4 git commands to generate.