mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
aspell_nl: add Dutch dictionary for aspell.
This commit is contained in:
46
app-dicts/aspell_nl/aspell_nl-0.50~2.recipe
Normal file
46
app-dicts/aspell_nl/aspell_nl-0.50~2.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user