aspell_be: add Belarusian (Беларускі) dictionary for aspell.

This commit is contained in:
fbrosson
2016-05-07 21:54:43 +00:00
parent 7ea0215d05
commit d06276b48f

View File

@@ -0,0 +1,44 @@
SUMMARY="Belarusian dictionary for aspell program/library"
DESCRIPTION="Belarusian (Беларускі) dictionary for the GNU Aspell program, an \
open source spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2004 Vital Khilko, Koshchanka Uladzimir, Yaugenuja Volkava, \
Valjancina Avilava"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/be/aspell5-be-${portVersion/\~/-}.tar.bz2"
CHECKSUM_SHA256="550bad0c03a142241ffe5ecc183659d80020b566003a05341cd1e97c6ed274eb"
SOURCE_DIR="aspell5-be-${portVersion/\~/-}"
ARCHITECTURES="any"
PROVIDES="
aspell_be = $portVersion
"
REQUIRES="
haiku
aspell >= 0.60
"
BUILD_REQUIRES="
devel:libaspell
"
BUILD_PREREQUIRES="
haiku_devel
cmd:make
cmd:prezip_bin
cmd:which
cmd:basename
"
BUILD()
{
./configure
make
}
INSTALL()
{
spellDir=$dataDir/$(basename $(aspell dump config dict-dir))
make dictdir=$spellDir datadir=$spellDir install
}