]> git.pld-linux.org Git - packages/hatari.git/blob - hatari.spec
- converted to UTF-8
[packages/hatari.git] / hatari.spec
1 Summary:        hatari - an Atari ST and STE emulator for Linux
2 Summary(pl.UTF-8):   hatari - emulator Atari ST i STE dla Linuksa
3 Name:           hatari
4 Version:        0.90
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://dl.sourceforge.net/hatari/%{name}-%{version}.tar.gz
9 # Source0-md5:  2e5d1e329ebbf6c75ccab8c4f9a78f11
10 URL:            http://hatari.sourceforge.net/
11 BuildRequires:  SDL-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  zlib-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Hatari is an Atari ST and STE emulator for Linux and other systems
19 that are supported by the SDL library. Hatari supports the emulation
20 of most of the ST and STE hardware.
21
22 %description -l pl.UTF-8
23 Hatari jest emulatorem Atari ST i STE dla Linuksa i innych systemów
24 obsługiwanych przez bibliotekę SDL. Hatari emuluje większość sprzętu
25 Atari ST i STE.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %configure \
34         --datadir=%{_datadir}/%{name}
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_mandir}/man1}
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 install doc/hatari.1    $RPM_BUILD_ROOT%{_mandir}/man1/hatari.1
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc readme.txt doc/*.txt
52 %attr(755,root,root) %{_bindir}/*
53 %{_datadir}/%{name}
54 %{_mandir}/man1/hatari.1*
This page took 0.053254 seconds and 4 git commands to generate.