residualvm: rebuild for fluidsynth-2.2.0; lint template

This commit is contained in:
Roberto Ricci 2021-04-13 20:07:41 +02:00 committed by Piraty
parent 3a53a52a80
commit 893bfba490
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'residualvm'
pkgname=residualvm
version=0.3.1
revision=4
revision=5
build_style=configure
configure_args="--prefix=/usr --enable-all-engines --enable-release
--enable-flac --enable-faad --enable-fluidsynth $(vopt_enable sndio)"
@ -11,7 +11,7 @@ makedepends="SDL2-devel libvorbis-devel libmad-devel libjpeg-turbo-devel
glew-devel libflac-devel fluidsynth-devel faad2-devel $(vopt_if sndio sndio-devel)"
short_desc="Cross-platform 3D game interpreter"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later, BSD, ISC, MIT, Zlib"
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later, BSD-3-Clause, ISC, MIT, Zlib"
homepage="https://www.residualvm.org/"
distfiles="https://www.residualvm.org/downloads/release/${version}/residualvm-${version}-sources.tar.bz2"
checksum=f50c83bbc55a8121eefc279e83982b6ec590e608e145b7f750006619dd0bf9e9
@ -41,4 +41,7 @@ post_install() {
# move licenses to the right place
vmkdir usr/share/licenses/residualvm
mv ${DESTDIR}/usr/share/doc/residualvm/COPYING* ${DESTDIR}/usr/share/licenses/residualvm/
vlicense COPYING.BSD
vlicense COPYING.ISC
vlicense COPYING.MIT
}