2019-03-26 15:59:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2018-07-16 20:45:36 +02:00
|
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
2016-04-25 10:37:15 -07:00
|
|
|
|
|
|
|
|
PKG_NAME="strace"
|
2024-01-30 08:41:20 +00:00
|
|
|
PKG_VERSION="6.7"
|
|
|
|
|
PKG_SHA256="2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7"
|
2016-04-25 10:37:15 -07:00
|
|
|
PKG_LICENSE="BSD"
|
2018-05-11 23:22:42 +02:00
|
|
|
PKG_SITE="https://strace.io/"
|
2021-01-19 19:33:41 +00:00
|
|
|
PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
|
2016-04-25 10:37:15 -07:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
2018-05-11 23:22:42 +02:00
|
|
|
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
|
2017-10-24 23:23:02 +02:00
|
|
|
PKG_TOOLCHAIN="autotools"
|
2021-01-25 14:24:02 +00:00
|
|
|
|
2021-01-30 01:11:05 +00:00
|
|
|
if [ "${TARGET_ARCH}" = x86_64 -o "${TARGET_ARCH}" = "aarch64" ]; then
|
2021-01-25 14:24:02 +00:00
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
|
|
|
|
|
fi
|