mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Add aspell-en dictionary recipe
This commit is contained in:
44
app-dicts/aspell-en/aspell_en-7.1_0.recipe
Normal file
44
app-dicts/aspell-en/aspell_en-7.1_0.recipe
Normal file
@@ -0,0 +1,44 @@
|
||||
SUMMARY="English dictionary for aspell program/library"
|
||||
DESCRIPTION="English dictionary for aspell program/library"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2011 Kevin Atkinson"
|
||||
HOMEPAGE="http://aspell.net"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
CHECKSUM_MD5="beba5e8f3afd3ed1644653bb685b2dfb"
|
||||
|
||||
PROVIDES="
|
||||
aspell_en = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
aspell >= 0.60
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libaspell
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:make
|
||||
cmd:prezip_bin
|
||||
cmd:which
|
||||
cmd:basename
|
||||
"
|
||||
|
||||
SOURCE_DIR="aspell6-en-7.1-0"
|
||||
|
||||
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