0
0
Fork 0
haikuports/app-dicts/aspell_pt_pt/aspell_pt_pt-20070510~0.recipe

44 lines
913 B
Bash

SUMMARY="Portuguese dictionary for aspell program/library"
DESCRIPTION="Portuguese language dictionary for the GNU Aspell program, an \
open source spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2006-2007 José João Almeida, Alberto Simões, Rui Vilela"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/pt_PT/aspell6-pt_PT-${portVersion/\~/-}.tar.bz2"
CHECKSUM_SHA256="b8b7a71a480f2a6659a3ab1e6069d4be7a9a929fc520e4a1364f51ce484ad9d6"
SOURCE_DIR="aspell6-pt_PT-${portVersion/\~/-}"
ARCHITECTURES="any"
PROVIDES="
aspell_pt_pt = $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
}