ScummVM 1.6.0

This commit is contained in:
Adrián Arroyo Calle
2013-12-02 18:32:33 +00:00
parent 664e3c050d
commit dd41a3d844

View File

@@ -0,0 +1,56 @@
SUMMARY="Script Creation Utility for Maniac Mansion Virtual Machine"
DESCRIPTION="ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed!
"
HOMEPAGE="http://scummvm.org"
SRC_URI="http://prdownloads.sourceforge.net/scummvm/scummvm-1.6.0.tar.bz2?download"
CHECKSUM_MD5="473c151ff44e3db7b603ecacd800a0d2"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2001-2013 ScummVM Team"
ARCHITECTURES="x86 x86_64"
SECONDARY_ARCHITECTURES="x86 x86_64"
PROVIDES="
scummvm = $portVersion
app:scummvm = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libSDL$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
lib:libvorbis$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libSDL$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
devel:libglu$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:make$secondaryArchSuffix
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:nasm$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
"
SOURCE_DIR="scummvm-1.6.0"
BUILD()
{
libtoolize --force --copy --install
./configure --prefix=$prefix --bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir --mandir=$manDir --docdir=$docDir \
--enable-release
make
}
INSTALL()
{
make install
addAppDeskbarSymlink $appsDir/scummvm
}