mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -5,17 +5,17 @@ most commonly used to import WordPerfect documents into other word processors \
|
||||
(see below), but may be useful in other cases as well.
|
||||
"
|
||||
HOMEPAGE="http://sourceforge.net/projects/libwpd/"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-$portVersion.tar.bz2"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
William Lachance
|
||||
Marc Maurer
|
||||
Fridrich Strba
|
||||
"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f2bf5d65156a351ce404550dd822c8db8ab8740b393f61dba828d1b2cb33fe91"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -35,6 +35,15 @@ REQUIRES="
|
||||
lib:librevenge_stream_0.0$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpd_0.10$secondaryArchSuffix = 10.0.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpd$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:librevenge_0.0$secondaryArchSuffix
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix
|
||||
@@ -75,11 +84,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpd_0.10$secondaryArchSuffix = 10.0.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpd$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user