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