From 9b0bf16c41ec538826d997adc423e9f90a2658bb Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 11 Jul 2023 16:06:27 +0200 Subject: [PATCH] aspell6_cs, add czech aspell dictionary (#9016) --- .../aspell_cs/aspell6_cs-20040614_1.recipe | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app-dicts/aspell_cs/aspell6_cs-20040614_1.recipe diff --git a/app-dicts/aspell_cs/aspell6_cs-20040614_1.recipe b/app-dicts/aspell_cs/aspell6_cs-20040614_1.recipe new file mode 100644 index 000000000..2355a6ddd --- /dev/null +++ b/app-dicts/aspell_cs/aspell6_cs-20040614_1.recipe @@ -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 +}