mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix ordering
This commit is contained in:
@@ -5,19 +5,19 @@ DESCRIPTION="
|
||||
character encoding.
|
||||
"
|
||||
HOMEPAGE="http://hunspell.sourceforge.net/"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz"
|
||||
CHECKSUM_SHA256="b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
2007-2011 Hunspell developers et al.
|
||||
2002-2008 László Németh (Hunspell)
|
||||
2001-2002 Kevin Hendricks (MySpell)
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz"
|
||||
CHECKSUM_SHA256="b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -40,6 +40,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
hunspell_devel = $portVersion
|
||||
devel:libhunspell_1.3 = $portVersion compat >= 1.3
|
||||
devel:libparsers = $portVersion compat >= 1.3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
hunspell == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -79,12 +89,3 @@ TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
hunspell_devel = $portVersion
|
||||
devel:libhunspell_1.3 = $portVersion compat >= 1.3
|
||||
devel:libparsers = $portVersion compat >= 1.3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
hunspell == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user