mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
77f6add62d
This commit has been automatically submitted by Github Actions.
20 lines
669 B
Bash
20 lines
669 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/lsof-org/lsof
|
|
TERMUX_PKG_DESCRIPTION="Lists open files for running Unix processes"
|
|
TERMUX_PKG_LICENSE="custom"
|
|
TERMUX_PKG_LICENSE_FILE="COPYING"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="4.99.4"
|
|
TERMUX_PKG_SRCURL=https://github.com/lsof-org/lsof/archive/${TERMUX_PKG_VERSION}/lsof-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=90d02ae35cd14341bfb04ce80e0030767476b0fc414a0acb115d49e79b13d56c
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libtirpc"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--with-libtirpc
|
|
--with-selinux=no
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fiv
|
|
}
|