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