From ac04e933cf472982d330bcd12d2b27bb19276636 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 13 Apr 2021 22:37:57 -0700 Subject: [PATCH] hyphen: fix license --- srcpkgs/hyphen/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hyphen/template b/srcpkgs/hyphen/template index 601c94277c..3bbc84659c 100644 --- a/srcpkgs/hyphen/template +++ b/srcpkgs/hyphen/template @@ -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 " -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"