aspell_nl: add Dutch dictionary for aspell.

This commit is contained in:
fbrosson
2016-05-14 16:28:56 +00:00
parent 8cf8a57507
commit a11c3b749f

View File

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