Fix a lot of lint failures.

This commit is contained in:
Augustin Cavalier
2015-07-16 12:15:14 -04:00
parent 2714d7583b
commit c74967bb0e
30 changed files with 87 additions and 117 deletions

View File

@@ -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