From 05d7c57effadee87ee347cf922c16bc85572adc7 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 6 May 2016 12:18:18 +0000 Subject: [PATCH] =?UTF-8?q?aspell=5Fro:=20add=20Romanian=20(Rom=C3=A2n?= =?UTF-8?q?=C4=83)=20dictionary=20for=20aspell.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-dicts/aspell_ro/aspell_ro-3.3~2.recipe | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app-dicts/aspell_ro/aspell_ro-3.3~2.recipe diff --git a/app-dicts/aspell_ro/aspell_ro-3.3~2.recipe b/app-dicts/aspell_ro/aspell_ro-3.3~2.recipe new file mode 100644 index 000000000..4eb787cc9 --- /dev/null +++ b/app-dicts/aspell_ro/aspell_ro-3.3~2.recipe @@ -0,0 +1,44 @@ +SUMMARY="Romanian dictionary for aspell program/library" +DESCRIPTION="Romanian (Română) dictionary for the GNU Aspell program, an open \ +source spell checker." +HOMEPAGE="http://aspell.net/" +COPYRIGHT="2003, 2008, 2010 Lucian Constantin, Alexandru Szasz, Ionut Paduraru \ +Adrian Stoica, Nicu Buculei, Catalin Francu, Ionel Mugurel Ciobica, Mihai Budiu" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/ro/aspell5-ro-${portVersion/\~/-}.tar.bz2" +CHECKSUM_SHA256="53c38b7668a540cf90ddca11c007ce812d2ad86bd11c2c43a08da9e06392683d" +SOURCE_DIR="aspell5-ro-${portVersion/\~/-}" + +ARCHITECTURES="any" + +PROVIDES=" + aspell_ro = $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 +}