2022-02-05 14:23:32 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Copyright (C) 2020-present Shanti Gilbert (https://github.com/shantigilbert)
|
2023-10-24 16:00:57 +00:00
|
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
PKG_NAME="patchelf"
|
2023-05-09 19:21:47 +00:00
|
|
|
PKG_VERSION="0.18.0"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_LICENSE="OSS"
|
|
|
|
PKG_SITE="https://github.com/NixOS/patchelf"
|
2023-08-24 09:53:35 +00:00
|
|
|
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_DEPENDS_TARGET="toolchain Python3 distutilscross:host"
|
|
|
|
PKG_LONGDESC="A small utility to modify the dynamic linker and RPATH of ELF executables"
|
|
|
|
PKG_TOOLCHAIN="configure"
|
|
|
|
|
|
|
|
pre_configure_target() {
|
|
|
|
./bootstrap.sh
|
|
|
|
}
|