hyphen: fix license
This commit is contained in:
parent
4effdd0c12
commit
ac04e933cf
|
@ -1,16 +1,20 @@
|
|||
# Template file for 'altlinuxHyph'
|
||||
# Template file for 'hyphen'
|
||||
pkgname=hyphen
|
||||
version=2.8.8
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
short_desc="ALTLinux hyphenation library"
|
||||
hostmakedepends="perl"
|
||||
short_desc="ALTLinux hyphenation library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1"
|
||||
homepage="http://sourceforge.net/projects/hunspell/files/Hyphen"
|
||||
distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
|
||||
checksum=304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
hyphen-tools_package() {
|
||||
depends="hyphen>=${version}_${revision}"
|
||||
short_desc+=" - tools"
|
||||
|
|
Loading…
Reference in New Issue