mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +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:
44
app-dicts/aspell_sl/aspell_sl-0.50~0.recipe
Normal file
44
app-dicts/aspell_sl/aspell_sl-0.50~0.recipe
Normal file
@@ -0,0 +1,44 @@
|
||||
SUMMARY="Slovenian dictionary for aspell program/library"
|
||||
DESCRIPTION="Slovenian dictionary for the GNU Aspell program, an open source \
|
||||
spell checker."
|
||||
HOMEPAGE="http://aspell.net/"
|
||||
COPYRIGHT="2003 Aleš Košir, Robert Ludvik, Tomaž Erjavec, Primož Peterlin
|
||||
2004 Kevin Atkinson"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/sl/aspell-sl-${portVersion/\~/-}.tar.bz2"
|
||||
CHECKSUM_SHA256="e566d127f7130da2df7b1f4f4cb4bc51932517b0c24299f84498ba325e6133d1"
|
||||
SOURCE_DIR="aspell-sl-${portVersion/\~/-}"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
aspell_sl = $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