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