silc-toolkit: fix license, correct vlicense statements
This commit is contained in:
parent
cd2c776f23
commit
065c7469bd
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'silc-toolkit'
|
# Template file for 'silc-toolkit'
|
||||||
pkgname=silc-toolkit
|
pkgname=silc-toolkit
|
||||||
version=1.1.12
|
version=1.1.12
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-perl=yes --with-simdir=/usr/lib/silc/modules
|
configure_args="--with-perl=yes --with-simdir=/usr/lib/silc/modules
|
||||||
--enable-debug --enable-ipv6 --disable-optimizations
|
--enable-debug --enable-ipv6 --disable-optimizations
|
||||||
|
@ -10,7 +10,7 @@ hostmakedepends="nasm perl"
|
||||||
makedepends="gmp-devel libidn-devel"
|
makedepends="gmp-devel libidn-devel"
|
||||||
short_desc="Secure Internet Live Conferencing protocol toolkit"
|
short_desc="Secure Internet Live Conferencing protocol toolkit"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2,BSD"
|
license="GPL-2.0-or-later, BSD-3-Clause"
|
||||||
homepage="http://www.silcnet.org/"
|
homepage="http://www.silcnet.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/silc/silc/client/sources/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/silc/silc/client/sources/$pkgname-$version.tar.bz2"
|
||||||
checksum=be170288f79fbe34971fc26fe762a8329621e11a117f20c218857f2bbad24d6e
|
checksum=be170288f79fbe34971fc26fe762a8329621e11a117f20c218857f2bbad24d6e
|
||||||
|
@ -18,7 +18,6 @@ checksum=be170288f79fbe34971fc26fe762a8329621e11a117f20c218857f2bbad24d6e
|
||||||
post_install() {
|
post_install() {
|
||||||
#Remove large (useless) documentation.
|
#Remove large (useless) documentation.
|
||||||
rm -rf usr/share/doc/silc-toolkit/toolkit
|
rm -rf usr/share/doc/silc-toolkit/toolkit
|
||||||
vlicense COPYING
|
|
||||||
vlicense BSD
|
vlicense BSD
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue