2017-04-30 11:18:00 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://nixos.org/patchelf.html
|
2017-04-30 11:28:48 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Utility to modify the dynamic linker and RPATH of ELF executables"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2019-04-04 00:24:17 +02:00
|
|
|
TERMUX_PKG_VERSION=0.10
|
|
|
|
TERMUX_PKG_SHA256=b3cb6bdedcef5607ce34a350cf0b182eb979f8f7bc31eae55a93a70a3f020d13
|
|
|
|
TERMUX_PKG_SRCURL=https://github.com/NixOS/patchelf/archive/$TERMUX_PKG_VERSION.tar.gz
|
2017-04-30 11:18:00 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
2017-10-26 00:32:04 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2017-10-26 00:32:04 +02:00
|
|
|
./bootstrap.sh
|
|
|
|
}
|