scummvm: update to 1.7.0.
This commit is contained in:
parent
ecbf5b98c1
commit
bdd5a67f93
|
@ -1,30 +1,23 @@
|
||||||
# Template file for 'scummvm'
|
# Template file for 'scummvm'
|
||||||
pkgname=scummvm
|
pkgname=scummvm
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=2
|
revision=1
|
||||||
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
|
||||||
hostmakedepends="pkg-config nasm"
|
hostmakedepends="pkg-config nasm"
|
||||||
makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
|
makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
|
||||||
fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel freetype-devel"
|
fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel
|
||||||
|
freetype-devel libjpeg-turbo-devel"
|
||||||
short_desc="Free implementation of LucasArts' SCUMM interpreter"
|
short_desc="Free implementation of LucasArts' SCUMM interpreter"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.scummvm.org/"
|
homepage="http://www.scummvm.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4
|
checksum=d9ff0e8cf911afa466d5456d28fef692a17d47ddecfd428bf2fef591237c2e66
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
./configure --prefix=/usr --disable-debug \
|
|
||||||
--with-freetype2-prefix=/usr --with-sdl-prefix=/usr \
|
|
||||||
--enable-plugins --enable-all-engines
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall scummvm 755 usr/bin
|
vbin scummvm
|
||||||
vinstall dists/scummvm.6 644 usr/share/man/man6
|
vman dists/scummvm.6
|
||||||
vinstall dists/scummvm.desktop 644 usr/share/applications
|
vinstall dists/scummvm.desktop 644 usr/share/applications
|
||||||
vinstall icons/scummvm.xpm 644 usr/share/pixmaps
|
vinstall icons/scummvm.xpm 644 usr/share/pixmaps
|
||||||
vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
|
vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
|
||||||
|
|
Loading…
Reference in New Issue