spreed-webrtc: fix license

This commit is contained in:
Colin Booth 2021-05-13 22:44:00 -07:00 committed by Érico Nogueira Rolim
parent b40517dcd3
commit fac5c1439f
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'spreed-webrtc' # Template file for 'spreed-webrtc'
pkgname=spreed-webrtc pkgname=spreed-webrtc
version=0.29.7 version=0.29.7
revision=8 revision=9
build_style=go build_style=go
go_import_path="github.com/strukturag/spreed-webrtc" go_import_path="github.com/strukturag/spreed-webrtc"
go_package="${go_import_path}/src/app/spreed-webrtc-server" go_package="${go_import_path}/src/app/spreed-webrtc-server"
@ -9,7 +9,7 @@ hostmakedepends="automake nodejs git which"
conf_files="/etc/spreed/webrtc.conf" conf_files="/etc/spreed/webrtc.conf"
short_desc="WebRTC audio/video call and conferencing server and web client" short_desc="WebRTC audio/video call and conferencing server and web client"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>" maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="AGPL-3" license="AGPL-3.0-or-later"
homepage="https://github.com/strukturag/spreed-webrtc" homepage="https://github.com/strukturag/spreed-webrtc"
distfiles="https://github.com/strukturag/spreed-webrtc/archive/v${version}.tar.gz" distfiles="https://github.com/strukturag/spreed-webrtc/archive/v${version}.tar.gz"
checksum=d05b820fe3883840eadf8b96bda663397991849d9bda4750fc7c4e642c9c3268 checksum=d05b820fe3883840eadf8b96bda663397991849d9bda4750fc7c4e642c9c3268
@ -26,6 +26,7 @@ post_install() {
vsconf server.conf.in vsconf server.conf.in
vmkdir etc/spreed 755 vmkdir etc/spreed 755
vinstall server.conf.in 644 etc/spreed webrtc.conf # Match Ubuntu packaging and thus online docs vinstall server.conf.in 644 etc/spreed webrtc.conf # Match Ubuntu packaging and thus online docs
vlicense LICENSE
export SHARE=/usr/share/spreed-webrtc-server export SHARE=/usr/share/spreed-webrtc-server
make DESTDIR="${DESTDIR}" install-assets make DESTDIR="${DESTDIR}" install-assets