0
0
Fork 0
haikuports/app-dicts/aspell_hu/aspell_hu-0.99.4.2~0.recipe

44 lines
858 B
Bash

SUMMARY="Hungarian dictionary for aspell program/library"
DESCRIPTION="Hungarian dictionary for the GNU Aspell program, an open source \
spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2003-2004 László Németh"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/hu/aspell6-hu-${portVersion/\~/-}.tar.bz2"
CHECKSUM_SHA256="3335a7b45cf9774bccf03740fbddeb7ec4752dd87178fa93f92d4c71e3f236b5"
SOURCE_DIR="aspell6-hu-${portVersion/\~/-}"
ARCHITECTURES="any"
PROVIDES="
aspell_hu = $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
}