]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- initial release
authorwolf <wolf@pld-linux.org>
Mon, 21 Jan 2002 11:13:23 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scummvm.spec -> 1.1

scummvm.spec [new file with mode: 0644]

diff --git a/scummvm.spec b/scummvm.spec
new file mode 100644 (file)
index 0000000..f157a46
--- /dev/null
@@ -0,0 +1,54 @@
+%define snap   20020116
+Summary:       SCUMM graphic adventure game interpreter
+Summary(pl):   Interpreter przygodówek opartych na SCUMM
+Name:          scummvm
+Version:       0.1.0
+Release:       0.%{snap}.1
+License:       GPL
+Group:         X11/Applications/Games
+Group(de):     X11/Applikationen/Spiele
+Group(pl):     X11/Aplikacje/Gry
+#Source0:      http://scummvm.sourceforge.net/daily/%{name}-%{snap}.tar.bz2
+Source0:       %{name}-%{snap}.tar.bz2
+Patch0:                %{name}-timidity.patch
+BuildRequires: SDL-devel >= 1.2.2
+Requires:      SDL >= 1.2.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+ScummVM is an interpreter that will play graphic adventure games
+written for LucasArts' SCUMM virtual machine. It uses the SDL library
+for outputting graphics.
+
+%description -l pl
+ScummVM jest interpreterem, który pozwala graæ w przygodówki napisane
+dla wirtualnej maszyny SCUMM stworzonej przez LucasArts. U¿ywa SDL do
+wy¶wietlania grafiki.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
+install scummvm $RPM_BUILD_ROOT%{_bindir}
+install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
+
+gzip -9nf readme.txt whatsnew.txt
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man6/*
+%doc *.gz
This page took 0.089849 seconds and 4 git commands to generate.