mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
aspell_en: add x86_64, use mirror, fix typo: langague→language.
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
SUMMARY="English dictionary for aspell program/library"
|
||||
DESCRIPTION="
|
||||
This is the English dictionary for the GNU Aspell program, an open source \
|
||||
spell checker. Its advantage is its superiority of suggesting possible \
|
||||
replacements for a misspelled wordx than most other spellcheck programs. \
|
||||
Aspell is also able to maintain support for more than one langague at a time \
|
||||
and can check documents in UTF-8."
|
||||
HOMEPAGE="http://aspell.net"
|
||||
DESCRIPTION="English (US, British, Canadian) language dictionary for the GNU \
|
||||
Aspell program, an open source spell checker. Its advantage is its superiority \
|
||||
of suggesting possible replacements for a misspelled wordx than most other \
|
||||
spellcheck programs. Aspell is also able to maintain support for more than one \
|
||||
language at a time and can check documents in UTF-8."
|
||||
HOMEPAGE="http://aspell.net/"
|
||||
COPYRIGHT="2000-2011 Kevin Atkinson"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/en/aspell6-en-7.1-0.tar.bz2"
|
||||
CHECKSUM_SHA256="ff9df3c2e8c5bb19c6a66078b36a0ef4c4dfb0fcb969e29f7b5345e26d748d0a"
|
||||
SOURCE_DIR="aspell6-en-7.1-0"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
aspell_en = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user