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 +}