From fac6f20aeb56da78cebb2a8bac6f96f2e0a28e1c Mon Sep 17 00:00:00 2001 From: fbrosson Date: Tue, 10 May 2016 21:52:46 +0000 Subject: [PATCH] =?UTF-8?q?aspell=5Fbg:=20add=20Bulgarian=20(=D0=91=D1=8A?= =?UTF-8?q?=D0=BB=D0=B3=D0=B0=D1=80=D1=81=D0=BA=D0=B8)=20dictionary=20for?= =?UTF-8?q?=20aspell.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-dicts/aspell_bg/aspell_bg-4.1~0.recipe | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app-dicts/aspell_bg/aspell_bg-4.1~0.recipe diff --git a/app-dicts/aspell_bg/aspell_bg-4.1~0.recipe b/app-dicts/aspell_bg/aspell_bg-4.1~0.recipe new file mode 100644 index 000000000..8704d60d9 --- /dev/null +++ b/app-dicts/aspell_bg/aspell_bg-4.1~0.recipe @@ -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 +}