aspell6_cs, add czech aspell dictionary (#9016)

This commit is contained in:
Schrijvers Luc
2023-07-11 16:06:27 +02:00
committed by GitHub
parent 87206833fa
commit 9b0bf16c41

View File

@@ -0,0 +1,43 @@
SUMMARY="Czech dictionary for aspell program/library"
DESCRIPTION="Czech dictionary for the GNU Aspell program, an open source \
spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2003-2009 Joan Moratinos"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-20040614-1.tar.bz2"
CHECKSUM_SHA256="01c091f907c2fa4dfa38305c2494bb80009407dfb76ead586ad724ae21913066"
SOURCE_DIR="aspell6-cs-20040614-1"
ARCHITECTURES="any"
PROVIDES="
aspell6_cs = $portVersion
"
REQUIRES="
haiku
aspell >= 0.60
"
BUILD_REQUIRES="
devel:libaspell
"
BUILD_PREREQUIRES="
haiku_devel
cmd:basename
cmd:make
cmd:prezip_bin
cmd:which
"
BUILD()
{
./configure
make
}
INSTALL()
{
spellDir=$dataDir/$(basename $(aspell dump config dict-dir))
make dictdir=$spellDir datadir=$spellDir install
}