mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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:
parent
1ffa10fdda
commit
1bfb62e621
1 changed files with 8 additions and 4 deletions
|
@ -1,11 +1,15 @@
|
||||||
# Template file for 'npapi-sdk'
|
# Template file for 'npapi-sdk'
|
||||||
pkgname=npapi-sdk
|
pkgname=npapi-sdk
|
||||||
version=0.27.2
|
version=0.27.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Netscape Plugin API (NPAPI)"
|
short_desc="Netscape Plugin API (NPAPI)"
|
||||||
maintainer="oliver JH <ohemming@gmail.com>"
|
maintainer="oliver JH <ohemming@gmail.com>"
|
||||||
license="MPL-1.1,GPL-2,LGPL-2.1"
|
license="BSD-3-Clause, MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://bitbucket.org/mgorny/npapi-sdk"
|
homepage="https://github.com/mgorny/npapi-sdk"
|
||||||
distfiles="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$version.tar.bz2"
|
distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
|
checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue