mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
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:
@@ -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
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user