24 lines
892 B
Bash
24 lines
892 B
Bash
# Template file for 'scummvm'
|
|
pkgname=scummvm
|
|
version=1.8.1
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
|
|
hostmakedepends="pkg-config nasm"
|
|
makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
|
|
fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel
|
|
freetype-devel libjpeg-turbo-devel"
|
|
short_desc="Free implementation of LucasArts' SCUMM interpreter"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.scummvm.org/"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=d69d07eb20de25e769967dc77c84a0edf7384ef99d91d0f3e5879179b8a166ce
|
|
|
|
do_install() {
|
|
vbin scummvm
|
|
vman dists/scummvm.6
|
|
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
|
|
}
|