npapi-sdk: fix license, package location

sgn:
* COPYING indicates BSD-3-Clause
* all source files are licensed under MPL-1.1 or GPL-2+ or LGPL-2.1+.
This commit is contained in:
Colin Booth 2021-05-04 22:37:39 -07:00 committed by Đoàn Trần Công Danh
parent 1ffa10fdda
commit 1bfb62e621

View file

@ -1,11 +1,15 @@
# Template file for 'npapi-sdk'
pkgname=npapi-sdk
version=0.27.2
revision=1
revision=2
build_style=gnu-configure
short_desc="Netscape Plugin API (NPAPI)"
maintainer="oliver JH <ohemming@gmail.com>"
license="MPL-1.1,GPL-2,LGPL-2.1"
homepage="https://bitbucket.org/mgorny/npapi-sdk"
distfiles="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$version.tar.bz2"
license="BSD-3-Clause, MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://github.com/mgorny/npapi-sdk"
distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
post_install() {
vlicense COPYING
}