Merge pull request #181 from its-pointless/master
[termux-packages] / packages / procps / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=https://packages.debian.org/sid/procps
2TERMUX_PKG_DESCRIPTION="Utilities that give information about processes using the /proc filesystem"
b5dfb604 3TERMUX_PKG_VERSION=3.3.11
6a4a9145 4TERMUX_PKG_BUILD_REVISION=1
59f0d218
FF
5TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${TERMUX_PKG_VERSION}.tar.xz
6TERMUX_PKG_BUILD_IN_SRC=yes
7TERMUX_PKG_FOLDERNAME=procps-ng-${TERMUX_PKG_VERSION}
150f95af 8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_search_dlopen= --enable-sigwinch"
59f0d218
FF
9TERMUX_PKG_DEPENDS="ncurses"
10# https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/141168:
11# "For compatibility between distributions, can we have /bin/kill made available from coreutils?"
12TERMUX_PKG_RM_AFTER_INSTALL="bin/kill share/man/man1/kill.1 usr/bin/w share/man/man1/w.1 usr/bin/slabtop share/man/man1/slabtop.1"