]> git.pld-linux.org Git - packages/hatari.git/blob - hatari.spec
- added man page and %doc
[packages/hatari.git] / hatari.spec
1 Summary:        hatari is an Atari ST and STE emulator for Linux
2 Summary(pl):    hatari jest emulatorem Atari ST i STE dla Linuksa
3 Name:           hatari
4 Version:        0.80
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://dl.sourceforge.net/hatari/%{name}-%{version}.tar.gz
9 # Source0-md5:  01d342566d69a4721b61ad5c912174ec
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
23 Hatari jest emulatorem Atari ST i STE dla Linuksa i innych systemów
24 spieraj±cych bibliotekê SDL. Hatari emuluje wiêkszo¶æ urz±dzeñ Atari
25 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.069364 seconds and 4 git commands to generate.