mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
aspell_eo: add Esperanto dictionary for aspell.
This commit is contained in:
43
app-dicts/aspell_eo/aspell_eo-2.1.20000225a~2.recipe
Normal file
43
app-dicts/aspell_eo/aspell_eo-2.1.20000225a~2.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
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:make
|
||||
cmd:prezip_bin
|
||||
cmd:which
|
||||
cmd:basename
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
spellDir=$dataDir/$(basename $(aspell dump config dict-dir))
|
||||
make dictdir=$spellDir datadir=$spellDir install
|
||||
}
|
||||
Reference in New Issue
Block a user