enchant2: enable aspell and libvoikko providers.

This commit is contained in:
maxice8 2018-11-10 07:06:47 -02:00 committed by maxice8
parent ea6e31201b
commit c56707c576
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'enchant2'
pkgname=enchant2
version=2.2.3
revision=2
revision=3
wrksrc="enchant-${version}"
build_style=gnu-configure
make_build_args="pkgdatadir=/usr/share/enchant-2"
make_install_args="$make_build_args"
hostmakedepends="pkg-config"
makedepends="glib-devel hunspell-devel"
makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel"
short_desc="Generic spell checking library"
license="LGPL-2.1-or-later"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://abiword.github.io/enchant/"
distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
checksum=abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d
make_build_args="pkgdatadir=/usr/share/enchant-2"
make_install_args="$make_build_args"
enchant2-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"