0
0
Fork 0
haikuports/app-dicts/aspell_nl/aspell_nl-0.50~2.recipe

47 lines
934 B
Bash

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:basename
cmd:make
cmd:prezip_bin
cmd:which
"
BUILD()
{
./configure
make
}
INSTALL()
{
spellDir=$dataDir/$(basename $(aspell dump config dict-dir))
make dictdir=$spellDir datadir=$spellDir install
}