New package: scummvm-1.4.1.
This commit is contained in:
parent
05d353b77f
commit
2efcc7f482
2 changed files with 58 additions and 0 deletions
13
srcpkgs/scummvm/scummvm.rshlibs
Normal file
13
srcpkgs/scummvm/scummvm.rshlibs
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
libSDL-1.2.so.0
|
||||||
|
libpthread.so.0
|
||||||
|
libdl.so.2
|
||||||
|
libvorbisfile.so.3
|
||||||
|
libFLAC.so.8
|
||||||
|
libmad.so.0
|
||||||
|
libasound.so.2
|
||||||
|
libfaad.so.2
|
||||||
|
libz.so.1
|
||||||
|
libfluidsynth.so.1
|
||||||
|
libstdc++.so.6
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
45
srcpkgs/scummvm/template
Normal file
45
srcpkgs/scummvm/template
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Template file for 'scummvm'
|
||||||
|
pkgname=scummvm
|
||||||
|
version=1.4.1
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=fa0a7f0d59524611be0c5b9be9ac7f8e7a72bab1826732e056f88332aa3139da
|
||||||
|
short_desc="Free implementation of LucasArts' SCUMM interpreter"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.scummvm.org/"
|
||||||
|
license="GPL-2"
|
||||||
|
long_desc="
|
||||||
|
ScummVM is a 'virtual machine' for several classic graphical point-and-click
|
||||||
|
adventure games. It is designed to run Adventure Soft's Simon the Sorcerer
|
||||||
|
1 and 2, Revolution's Beneath A Steel Sky, and games based on LucasArts'
|
||||||
|
SCUMM (Script Creation Utility for Maniac Mansion) system. SCUMM is used for
|
||||||
|
many games, including Monkey Island, Day of the Tentacle, Sam and Max and more.
|
||||||
|
See the official compatibility list at http://www.scummvm.org/compatibility.php
|
||||||
|
for a full list of supported games."
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build nasm
|
||||||
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency build libpng-devel
|
||||||
|
Add_dependency build SDL-devel
|
||||||
|
Add_dependency build libmad-devel
|
||||||
|
Add_dependency build fluidsynth-devel
|
||||||
|
Add_dependency build libvorbis-devel
|
||||||
|
Add_dependency build libtheora-devel
|
||||||
|
Add_dependency build libflac-devel
|
||||||
|
Add_dependency build faad2-devel
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
./configure --prefix=/usr --backend=sdl --disable-debug --enable-plugins
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall scummvm 755 usr/bin
|
||||||
|
vinstall dists/scummvm.6 644 usr/share/man/man6
|
||||||
|
vinstall dists/scummvm.desktop 644 usr/share/applications
|
||||||
|
vinstall icons/scummvm.xpm 644 usr/share/pixmaps
|
||||||
|
vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
|
||||||
|
}
|
Loading…
Reference in a new issue