mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
update 5.10 (2020-12-14) to 5.11 (2021-02-17) release notes: https://github.com/strace/strace/releases/tag/v5.11 news: https://github.com/strace/strace/blob/master/NEWS
17 lines
609 B
Makefile
17 lines
609 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="strace"
|
|
PKG_VERSION="5.11"
|
|
PKG_SHA256="ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://strace.io/"
|
|
PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
if [ "${TARGET_ARCH}" = x86_64 -o "${TARGET_ARCH}" = "aarch64" ]; then
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
|
|
fi
|