]> git.pld-linux.org Git - packages/scummvm.git/blob - scummvm.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 #Source0:       http://scummvm.sourceforge.net/daily/%{name}-%{snap}.tar.bz2
10 Source0:        %{name}-%{snap}.tar.bz2
11 Patch0:         %{name}-timidity.patch
12 BuildRequires:  SDL-devel >= 1.2.2
13 Requires:       SDL >= 1.2.2
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18
19 %description
20 ScummVM is an interpreter that will play graphic adventure games
21 written for LucasArts' SCUMM virtual machine. It uses the SDL library
22 for outputting graphics.
23
24 %description -l pl
25 ScummVM jest interpreterem, który pozwala graæ w przygodówki napisane
26 dla wirtualnej maszyny SCUMM stworzonej przez LucasArts. U¿ywa SDL do
27 wy¶wietlania grafiki.
28
29 %prep
30 %setup -q -n %{name}
31 %patch0 -p1
32
33 %build
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
40 install scummvm $RPM_BUILD_ROOT%{_bindir}
41 install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
42
43 gzip -9nf readme.txt whatsnew.txt
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 %{_mandir}/man6/*
52 %doc *.gz
This page took 0.02748 seconds and 4 git commands to generate.