mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -2,15 +2,16 @@ SUMMARY="Library to read Adobe PageMaker files"
|
||||
DESCRIPTION="Libpagemaker is a library that parses the file format of \
|
||||
Aldus/Adobe PageMaker documents. Currently it only understands documents \
|
||||
created by PageMaker version 6.x and 7."
|
||||
LICENSE="MPL v2.0"
|
||||
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
|
||||
COPYRIGHT="2013-2014 Fridrich Štrba
|
||||
2014 Anurag Kanungo
|
||||
2014 Brennan Vincent
|
||||
2014 David Tardon"
|
||||
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libpagemaker/libpagemaker-0.0.2.tar.xz"
|
||||
CHECKSUM_SHA256="cdbdf86605773339caab6477ff694a95a90aaa4d45bb6cdb59e4a7f76c91ef17"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -26,6 +27,7 @@ REQUIRES="
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libpagemaker${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libpagemaker_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
|
||||
Reference in New Issue
Block a user