From ebef193bae4bd78650cba7d32b2785b69a13cee7 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 8 May 2016 21:58:04 +0000 Subject: [PATCH] aspell_eo: add Esperanto dictionary for aspell. --- .../aspell_eo-2.1.20000225a~2.recipe | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app-dicts/aspell_eo/aspell_eo-2.1.20000225a~2.recipe diff --git a/app-dicts/aspell_eo/aspell_eo-2.1.20000225a~2.recipe b/app-dicts/aspell_eo/aspell_eo-2.1.20000225a~2.recipe new file mode 100644 index 000000000..4887149ab --- /dev/null +++ b/app-dicts/aspell_eo/aspell_eo-2.1.20000225a~2.recipe @@ -0,0 +1,43 @@ +SUMMARY="Esperanto dictionary for aspell program/library" +DESCRIPTION="Esperanto dictionary for the GNU Aspell program, an open source \ +spell checker." +HOMEPAGE="http://aspell.net/" +COPYRIGHT="2003-2008 Sergio Pokrovskij, Agustin Martin Domingo" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/eo/aspell6-eo-${portVersion/\~/-}.tar.bz2" +CHECKSUM_SHA256="41d2d18d6a4de6422185a31ecfc1a3de2e751f3dfb2cbec8f275b11857056e27" +SOURCE_DIR="aspell6-eo-${portVersion/\~/-}" + +ARCHITECTURES="any" + +PROVIDES=" + aspell_eo = $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 +}