Explicitly reference all additional files.

Not referencing them caused them to be missing from the source packages.

This also moves all files that were in different dirs under the common
additional-files dir.
This commit is contained in:
Michael Lotz
2015-12-20 18:24:53 +01:00
parent 947c7b0ce2
commit a43c394c4d
47 changed files with 80 additions and 60 deletions

View File

@@ -9,6 +9,7 @@ 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
@@ -49,6 +50,7 @@ INSTALL()
# TODO: Need to figure out what goes where, as this isn't working
# mkdir -p $prefix
# perl Makefile.pl -install $PREFIX=$prefix
# cp -r $portDir/example-descriptors $dataDir/abi-compliance-checker
# cp -r $portDir/additional-files/example-descriptors \
# $dataDir/abi-compliance-checker
:
}