void-packages/srcpkgs/scummvm/template

32 lines
1,015 B
Text
Raw Normal View History

2012-02-29 15:26:51 +00:00
# Template file for 'scummvm'
pkgname=scummvm
2013-07-01 17:47:30 +00:00
version=1.6.0
2014-02-17 09:16:24 +00:00
revision=2
2013-07-01 17:47:30 +00:00
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"
2012-02-29 15:26:51 +00:00
short_desc="Free implementation of LucasArts' SCUMM interpreter"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.scummvm.org/"
license="GPL-2"
2012-07-31 06:03:15 +00:00
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
2013-07-01 17:47:30 +00:00
checksum=396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4
2012-02-29 15:26:51 +00:00
do_configure() {
2012-07-31 06:03:15 +00:00
./configure --prefix=/usr --disable-debug \
--with-freetype2-prefix=/usr --with-sdl-prefix=/usr \
2012-02-29 21:02:42 +00:00
--enable-plugins --enable-all-engines
2012-02-29 15:26:51 +00:00
}
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
}