aspell_bg: add Bulgarian (Български) dictionary for aspell.

This commit is contained in:
fbrosson
2016-05-10 21:52:46 +00:00
parent fa842c3f5b
commit fac6f20aeb

View File

@@ -0,0 +1,43 @@
SUMMARY="Bulgarian dictionary for aspell program/library"
DESCRIPTION="Bulgarian (Български) dictionary for the GNU Aspell program, an \
open source spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2001-2007 Radostin Radnev (Радостин Раднев)"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/bg/aspell6-bg-${portVersion/\~/-}.tar.bz2"
CHECKSUM_SHA256="74570005dc2be5a244436fa2b46a5f612be84c6843f881f0cb1e4c775f658aaa"
SOURCE_DIR="aspell6-bg-${portVersion/\~/-}"
ARCHITECTURES="any"
PROVIDES="
aspell_bg = $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
}