hyphen: resolve conflicts with hyphen-en
This commit is contained in:
parent
1dca33c639
commit
6d1208e7f8
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'hyphen'
|
||||
pkgname=hyphen
|
||||
version=2.8.8
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
depends="hyphen-en"
|
||||
short_desc="ALTLinux hyphenation library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1"
|
||||
|
@ -12,6 +13,7 @@ distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
|
|||
checksum=304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
|
||||
|
||||
post_install() {
|
||||
rm -rf ${PKGDESTDIR}/usr/share/hyphen
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue