aspell: add secondary architecture support

This commit is contained in:
Sergei Reznikov
2015-08-29 19:26:57 +03:00
parent 67e0573bc4
commit 5d0e081a98

View File

@@ -1,15 +1,14 @@
SUMMARY="A free and open source spell checker"
DESCRIPTION="
GNU Aspell is a Free and Open Source spell checker designed to eventually \
replace Ispell. It can either be used as a library or as an independent spell \
checker. Its main feature is that it does a superior job of suggesting \
possible replacements for a misspelled word than just about any other spell \
checker out there for the English language. Unlike Ispell, Aspell can also \
easily check documents in UTF-8 without having to use a special dictionary. \
Aspell will also do its best to respect the current locale setting. Other \
advantages over Ispell include support for using multiple dictionaries at once \
and intelligently handling personal dictionaries when more than one Aspell \
process is open at once."
DESCRIPTION="GNU Aspell is a Free and Open Source spell checker designed to \
eventually replace Ispell. It can either be used as a library or as an \
independent spell checker. Its main feature is that it does a superior job of \
suggesting possible replacements for a misspelled word than just about any \
other spell checker out there for the English language. Unlike Ispell, Aspell \
can also \easily check documents in UTF-8 without having to use a special \
dictionary. Aspell will also do its best to respect the current locale \
setting. Other advantages over Ispell include support for using multiple \
dictionaries at once and intelligently handling personal dictionaries when \
more than one Aspell process is open at once."
LICENSE="GNU LGPL v2"
COPYRIGHT="2000-2006 Kevin Atkinson"
HOMEPAGE="http://aspell.net"
@@ -17,50 +16,51 @@ SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz"
CHECKSUM_SHA256="f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
aspell = $portVersion compat >= 0.60
cmd:aspell = $portVersion compat >= 0.60
cmd:aspell_import = $portVersion compat >= 0.60
cmd:precat = $portVersion compat >= 0.60
cmd:preunzip = $portVersion compat >= 0.60
cmd:prezip = $portVersion compat >= 0.60
cmd:prezip_bin = $portVersion compat >= 0.60
cmd:pspell_config = $portVersion compat >= 0.60
cmd:run_with_aspell = $portVersion compat >= 0.60
cmd:word_list_compress = $portVersion compat >= 0.60
lib:libaspell = $portVersion compat >= 0.15
lib:libpspell = $portVersion compat >= 0.15
aspell$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:aspell$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:aspell_import$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:precat$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:preunzip$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:prezip$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:prezip_bin$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:pspell_config$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:run_with_aspell$secondaryArchSuffix = $portVersion compat >= 0.60
cmd:word_list_compress$secondaryArchSuffix = $portVersion compat >= 0.60
lib:libaspell$secondaryArchSuffix = $portVersion compat >= 0.15
lib:libpspell$secondaryArchSuffix = $portVersion compat >= 0.15
"
REQUIRES="
haiku
lib:libncurses
haiku$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libncurses
devel:libncurses$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku_devel
haiku${secondaryArchSuffix}_devel
cmd:libtoolize
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:make
cmd:gcc
cmd:gcc$secondaryArchSuffix
cmd:perl
"
PROVIDES_devel="
aspell_devel = $portVersion compat >= 0.60
devel:libaspell = $portVersion compat >= 0.15
devel:libpspell = $portVersion compat >= 0.15
aspell_devel$secondaryArchSuffix = $portVersion compat >= 0.60
devel:libaspell$secondaryArchSuffix = $portVersion compat >= 0.15
devel:libpspell$secondaryArchSuffix = $portVersion compat >= 0.15
"
REQUIRES_devel="
aspell == $portVersion
aspell$secondaryArchSuffix == $portVersion
"