Files
haikuports/app-dicts/aspell_ca/aspell_ca-2.5.0.recipe
2023-09-06 17:13:55 +00:00

44 lines
860 B
Bash

SUMMARY="Catalan dictionary for aspell program/library"
DESCRIPTION="Catalan dictionary for the GNU Aspell program, an open source \
spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2003-2009 Joan Moratinos"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://www.softcatala.org/pub/softcatala/aspell/$portVersion/aspell6-ca-$portVersion.tar.bz2"
CHECKSUM_SHA256="98bf990b182c295d823df4f5da1c0333fa27c680346337c3d07e0575a243714d"
SOURCE_DIR="aspell6-ca-$portVersion"
ARCHITECTURES="any"
PROVIDES="
aspell_ca = $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
}