0
0
Fork 0
haikuports/app-dicts/aspell_it/aspell_it-2.2_20050523~0.re...

44 lines
878 B
Bash

SUMMARY="Italian dictionary for aspell program/library"
DESCRIPTION="Italian language dictionary for the GNU Aspell program, an open \
source spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2003-2005 Gianluca Turconi & Davide Prina"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/it/aspell6-it-${portVersion/\~/-}.tar.bz2"
CHECKSUM_SHA256="3b19dc709924783c8d87111aa9653dc6c000e845183778abee750215d83aaebd"
SOURCE_DIR="aspell6-it-${portVersion/\~/-}"
ARCHITECTURES="any"
PROVIDES="
aspell_it = $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
}