]> git.pld-linux.org Git - packages/scummvm.git/blob - scummvm.spec
- initial release
[packages/scummvm.git] / scummvm.spec
1 %define snap    20020116
2 Summary:        SCUMM graphic adventure game interpreter
3 Summary(pl):    Interpreter przygodówek opartych na SCUMM
4 Name:           scummvm
5 Version:        0.1.0
6 Release:        0.%{snap}.1
7 License:        GPL
8 Group:          X11/Applications/Games
9 Group(de):      X11/Applikationen/Spiele
10 Group(pl):      X11/Aplikacje/Gry
11 #Source0:       http://scummvm.sourceforge.net/daily/%{name}-%{snap}.tar.bz2
12 Source0:        %{name}-%{snap}.tar.bz2
13 Patch0:         %{name}-timidity.patch
14 BuildRequires:  SDL-devel >= 1.2.2
15 Requires:       SDL >= 1.2.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 ScummVM is an interpreter that will play graphic adventure games
23 written for LucasArts' SCUMM virtual machine. It uses the SDL library
24 for outputting graphics.
25
26 %description -l pl
27 ScummVM jest interpreterem, który pozwala graæ w przygodówki napisane
28 dla wirtualnej maszyny SCUMM stworzonej przez LucasArts. U¿ywa SDL do
29 wy¶wietlania grafiki.
30
31 %prep
32 %setup -q -n %{name}
33 %patch0 -p1
34
35 %build
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
42 install scummvm $RPM_BUILD_ROOT%{_bindir}
43 install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
44
45 gzip -9nf readme.txt whatsnew.txt
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man6/*
54 %doc *.gz
This page took 0.039789 seconds and 4 git commands to generate.