mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix a lot of lint failures.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
SUMMARY="binary & source-level backwards compatibility checker"
|
||||
SUMMARY="Binary & source-level backwards compatibility checker"
|
||||
DESCRIPTION="
|
||||
ABI Compliance Checker (ACC) is a tool for checking backward binary and \
|
||||
source-level compatibility of aC/C++ library. The tool checks header files \
|
||||
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="ispras.linuxbase.org/index.php/ABI_compliance_checker"
|
||||
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"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2009-2010 The Linux Foundation
|
||||
2009-2011 Institute for System Programming, RAS
|
||||
@@ -36,8 +37,6 @@ BUILD_PREREQUIRES="
|
||||
perl
|
||||
"
|
||||
|
||||
SOURCE_DIR="abi-compliance-checker-1.98.3"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sed -i 's/linux|freebsd|openbsd|netbsd/linux|freebsd|openbsd|netbsd|haiku/' Makefile.pl
|
||||
|
||||
Reference in New Issue
Block a user