mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
47 lines
923 B
Bash
47 lines
923 B
Bash
SUMMARY="Slovak dictionary for aspell program/library"
|
|
DESCRIPTION="Slovak dictionary for the GNU Aspell program, an open source \
|
|
spell checker."
|
|
HOMEPAGE="http://aspell.net/"
|
|
COPYRIGHT="2002-2009 Zdenko Podobný
|
|
2008 Pavel Chalmovianský, Július Pastierik"
|
|
LICENSE="GNU LGPL v2.1
|
|
GNU GPL v2
|
|
MPL v1.1"
|
|
REVISION="1"
|
|
SOURCE_URI="https://spell.linux.sk/file_download/103/aspell6-sk-${portVersion/\~/-}.tar.bz2"
|
|
CHECKSUM_SHA256="afd5b490ed0025401e19dbb3ab4cd7a910d0ccf322c9c5f0d55104850db9e3d0"
|
|
SOURCE_DIR="aspell6-sk-${portVersion/\~/-}"
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
PROVIDES="
|
|
aspell_sk = $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
|
|
}
|