Files
Arch-R/packages/debug/strace/package.mk

17 lines
608 B
Makefile
Raw Normal View History

# 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/"
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"
if [ "${TARGET_ARCH}" = x86_64 -o "${TARGET_ARCH}" = "aarch64" ]; then
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
fi