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