mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
aspell: add a few other dictionaries: fi, fr, sk, sl, sr and sv.
fi (Finnish), fr (French), sk (Slovak), sl (Slovenian), sr (Serbian)
and sv (Swedish). Remark: there are 2 families of aspell_* recipes:
those which have aspell6- in their SOURCE_{URI,DIR} (e.g. fi, sk, sr)
and the others, which don't have the 6 in aspell- (e.g. fr, sl, sv).
This commit is contained in:
46
app-dicts/aspell_sk/aspell_sk-2.01~2.recipe
Normal file
46
app-dicts/aspell_sk/aspell_sk-2.01~2.recipe
Normal file
@@ -0,0 +1,46 @@
|
||||
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="http://ftpmirror.gnu.org/aspell/dict/sk/aspell6-sk-${portVersion/\~/-}.tar.bz2"
|
||||
CHECKSUM_SHA256="c6a80a2989c305518e0d71af1196b7484fda26fe53be4e49eec7b15b76a860a6"
|
||||
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: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