mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
aspell_en: bump to 2017.01.22~0, switch SOURCE_URI to https.
This commit is contained in:
43
app-dicts/aspell_en/aspell_en-2017.01.22~0.recipe
Normal file
43
app-dicts/aspell_en/aspell_en-2017.01.22~0.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="English dictionary for aspell program/library"
|
||||
DESCRIPTION="English (US, British, Canadian) language dictionary for the GNU \
|
||||
Aspell program, an open source spell checker."
|
||||
HOMEPAGE="http://aspell.net/"
|
||||
COPYRIGHT="2000-2017 Kevin Atkinson"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/aspell/dict/en/aspell6-en-${portVersion/\~/-}.tar.bz2"
|
||||
CHECKSUM_SHA256="93c73fae3eab5ea3ca6db3cea8770715a820f1b7d6ea2b932dd66a17f8fd55e1"
|
||||
SOURCE_DIR="aspell6-en-${portVersion/\~/-}"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
aspell_en = $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