Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37045675
en ru br
Репозитории ALT
S:2.6.0-alt1
5.1: 0.13.1-alt1
4.1: 0.12.0-alt0.M41.1
4.0: 0.12.0-alt0.M40.1
3.0: 0.7.1-alt1
www.altlinux.org/Changes

Группа :: Игры/Приключения
Пакет: scummvm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-
# $Id: scummvm,v 1.7 2005/03/29 08:07:14 raorn Exp $

%define name scummvm
%define version 0.7.1
#define cvsdate 20040223
%define buildver 1

%define release alt%buildver

Name: %name
Version: %version
Release: %release

Summary: SCUMM graphic adventure game interpreter
Group: Games/Adventure
License: GPL
Url: http://www.scummvm.org

%ifdef cvsdate
Source: %name-%cvsdate.tar.bz2
%else
Source: %name-%version.tar.bz2
%endif

# Automatically added by buildreq on Fri Dec 24 2004

BuildRequires: gcc-c++ libSDL-devel libalsa-devel libflac-devel libmad-devel libmpeg2-devel libogg-devel libstdc++-devel libvorbis-devel nasm zlib-devel

%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.

List of supported games:
Full Throttle
Monkey Island 1
Monkey Island 2: LeChuck's revenge
The Curse of Monkey Island
Indiana Jones and the Last Crusade
Indiana Jones and the Fate of Atlantis
Sam & Max
Maniac Mansion
Day Of The Tentacle
Zak McKracken and the Alien Mindbenders
Loom
The Dig
Simon the Sorcerer 1
Simon the Sorcerer 2
Beneath a Steel Sky
Flight of the Amazon Queen
26 Humongous Entertainment titles

%prep
%ifdef cvsdate
%setup -q -n %name
%else
%setup -q
%endif

%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ;
./configure
%make_build

%install
%__install -m755 -D scummvm %buildroot%_bindir/scummvm
%__install -m644 -D scummvm.6 %buildroot%_man6dir/scummvm.6
%__install -m644 -D scummvm.xpm %buildroot%_datadir/pixmaps/scummvm.xpm

# Menu

%__mkdir -p %buildroot%_menudir
%__cat >%buildroot%_menudir/%name <<EOF
?package(%name): command="%name" needs="X11" \
section="Games/Adventure" title="ScummVM" \
longtitle="SCUMM graphic adventure game interpreter" icon="scummvm.xpm"
EOF

%post
%update_menus

%postun
%clean_menus

%files
%ifdef cvsdate
%doc CVS.ChangeLog
%endif
%doc README NEWS TODO
%_bindir/scummvm
%_man6dir/scummvm.6*
%_menudir/%name
%_datadir/pixmaps/scummvm.xpm

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin