diff --git a/packages/devel/pax-utils/package.mk b/packages/devel/pax-utils/package.mk new file mode 100644 index 0000000000..66e4c223c5 --- /dev/null +++ b/packages/devel/pax-utils/package.mk @@ -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"