]> git.pld-linux.org Git - packages/hatari.git/blob - hatari.spec
- initial release
[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
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Hatari is an Atari ST and STE emulator for Linux and other systems
20 that are supported by the SDL library. Hatari supports the emulation
21 of most of the ST and STE hardware.
22
23 %description -l pl
24 Hatari jest emulatorem Atari ST i STE dla Linuksa i innych systemów
25 spieraj±cych bibliotekê SDL. Hatari emuluje wiêkszo¶æ urz±dzeñ Atari
26 ST i STE.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %configure \
35         --datadir=%{_datadir}/%{name}
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/%{name}
This page took 0.088297 seconds and 4 git commands to generate.