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