pax-utils: initial package

provides scanelf  which is used build addons and adjusting ELF
This commit is contained in:
Rudi Heitbaum 2023-11-18 11:44:44 +00:00
parent ffe1b62b8c
commit 948f6f742a

View File

@ -0,0 +1,11 @@
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pax-utils"
PKG_VERSION="1.3.7"
PKG_SHA256="907fdcfc6c6c2913a8e42847f8096027b0a953b9344208d14daf2324fd711638"
PKG_LICENSE="GPL-2.0"
PKG_SITE="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
PKG_URL="https://gitweb.gentoo.org/proj/pax-utils.git/snapshot/pax-utils-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_HOST="toolchain:host"
PKG_LONGDESC="ELF utils that can check files for security relevant properties"