0
0
Fork 0
haikuports/app-dicts/aspell_eo/aspell_eo-2.1.20000225a~2.r...

44 lines
883 B
Bash

SUMMARY="Esperanto dictionary for aspell program/library"
DESCRIPTION="Esperanto dictionary for the GNU Aspell program, an open source \
spell checker."
HOMEPAGE="http://aspell.net/"
COPYRIGHT="2003-2008 Sergio Pokrovskij, Agustin Martin Domingo"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/eo/aspell6-eo-${portVersion/\~/-}.tar.bz2"
CHECKSUM_SHA256="41d2d18d6a4de6422185a31ecfc1a3de2e751f3dfb2cbec8f275b11857056e27"
SOURCE_DIR="aspell6-eo-${portVersion/\~/-}"
ARCHITECTURES="any"
PROVIDES="
aspell_eo = $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
}