mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix ordering
This commit is contained in:
@@ -6,23 +6,22 @@ and shared libraries of old and new versions and analyzes changes in API and \
|
||||
ABI (ABI=API+compiler ABI) that may break binary and/or source compatibility.
|
||||
"
|
||||
HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
|
||||
SOURCE_URI="https://github.com/downloads/lvc/abi-compliance-checker/abi-compliance-checker-1.98.3.tar.gz"
|
||||
CHECKSUM_SHA256="d397530027ec781d53d80287a77f18a872b35720fbb1e559e0bda7e715607013"
|
||||
SOURCE_DIR="abi-compliance-checker-1.98.3"
|
||||
ADDITIONAL_FILES="example-descriptors"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2009-2010 The Linux Foundation
|
||||
2009-2011 Institute for System Programming, RAS
|
||||
2011-2012 Nokia Corporation and/or its subsidiary(-ies)
|
||||
2011-2012 ROSA Laboratory"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/downloads/lvc/abi-compliance-checker/abi-compliance-checker-1.98.3.tar.gz"
|
||||
CHECKSUM_SHA256="d397530027ec781d53d80287a77f18a872b35720fbb1e559e0bda7e715607013"
|
||||
SOURCE_DIR="abi-compliance-checker-1.98.3"
|
||||
ADDITIONAL_FILES="example-descriptors"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
abi_compliance_checker = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -30,7 +29,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user