mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/scummvm: Updated for version 1.6.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
afb12327a6
commit
801ba30e34
4 changed files with 18 additions and 17 deletions
|
@ -5,4 +5,5 @@ LucasArts games such as Monkey Island, Day of the Tentacle, and others.
|
|||
ScummVM also contains interpreters for several non-SCUMM games - currently
|
||||
Beneath a Steel Sky, Broken Sword I & II, and Simon the Sorcerer 1 & 2.
|
||||
|
||||
ScummVM has an optional dependency on fluidsynth.
|
||||
ScummVM optionally uses libmpeg2 and fluidsynth, both are available from
|
||||
SlackBuilds.org
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for scummvm
|
||||
|
||||
# Copyright 2006 Halim Issa <yallaone@gmail.com>
|
||||
# Copyright 2008, 2010 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# Copyright 2008, 2010, 2012, 2013 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=scummvm
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scummvm"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="http://www.scummvm.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scummvm/scummvm-1.5.0.tar.bz2"
|
||||
MD5SUM="d71d1df5c8262556fedbe885972fbf6e"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scummvm/scummvm-1.6.0.tar.bz2"
|
||||
MD5SUM="473c151ff44e3db7b603ecacd800a0d2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
scummvm: ScummVM (SCUMM game engine interpreter)
|
||||
|
|
Loading…
Reference in a new issue