From d06276b48f8efe51dd4e508fcaa9900e8c7394f2 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sat, 7 May 2016 21:54:43 +0000 Subject: [PATCH] =?UTF-8?q?aspell=5Fbe:=20add=20Belarusian=20(=D0=91=D0=B5?= =?UTF-8?q?=D0=BB=D0=B0=D1=80=D1=83=D1=81=D0=BA=D1=96)=20dictionary=20for?= =?UTF-8?q?=20aspell.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-dicts/aspell_be/aspell_be-0.01.recipe | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app-dicts/aspell_be/aspell_be-0.01.recipe diff --git a/app-dicts/aspell_be/aspell_be-0.01.recipe b/app-dicts/aspell_be/aspell_be-0.01.recipe new file mode 100644 index 000000000..66dfead4c --- /dev/null +++ b/app-dicts/aspell_be/aspell_be-0.01.recipe @@ -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 +}