diff --git a/app-dicts/aspell_nl/aspell_nl-0.50~2.recipe b/app-dicts/aspell_nl/aspell_nl-0.50~2.recipe new file mode 100644 index 000000000..9d1292b39 --- /dev/null +++ b/app-dicts/aspell_nl/aspell_nl-0.50~2.recipe @@ -0,0 +1,46 @@ +SUMMARY="Dutch dictionary for aspell program/library" +DESCRIPTION="Dutch dictionary for the GNU Aspell program, an open source \ +spell checker." +HOMEPAGE="http://aspell.net/" +COPYRIGHT="1993-1996 Piet Tutelaers + 1996 Nederlandstalige TeX Gebruikersgroep + 2001 Dirk Vermeir + 2002-2003 Kevin Atkinson" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/nl/aspell-nl-${portVersion/\~/-}.tar.bz2" +CHECKSUM_SHA256="440e0b7df8c5903d728221fe4ba88a74658ce14c8bb04b290c41402dfd41cb39" +SOURCE_DIR="aspell-nl-${portVersion/\~/-}" + +ARCHITECTURES="any" + +PROVIDES=" + aspell_nl = $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 +}