2020-03-13 12:24:11 +01:00
|
|
|
VERSION="3.3.16"
|
2018-02-09 00:04:10 +01:00
|
|
|
SRCDIR="procps-ng-${VERSION}"
|
|
|
|
TARBALL="${SRCDIR}.tar.xz"
|
|
|
|
URL="https://sourceforge.net/projects/procps-ng/files/Production"
|
2020-03-13 12:24:11 +01:00
|
|
|
SHA256SUM="925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af"
|
2019-03-30 23:28:30 +01:00
|
|
|
DEPENDS="ncurses-dev toolchain"
|
2019-02-27 14:22:03 +01:00
|
|
|
SUBPKG="procps-ng procps-ng-dev"
|
2018-02-09 00:04:10 +01:00
|
|
|
|
|
|
|
build() {
|
2018-09-02 14:19:23 +02:00
|
|
|
run_configure "$1" --enable-watch8bit --with-ncurses \
|
|
|
|
--without-systemd --disable-kill --disable-numa
|
2018-02-09 00:04:10 +01:00
|
|
|
|
|
|
|
make -j $NUMJOBS
|
|
|
|
}
|
|
|
|
|
|
|
|
deploy() {
|
2019-03-06 10:03:12 +01:00
|
|
|
make DESTDIR="$PKGDEPLOYDIR" install
|
|
|
|
cp $SCRIPTDIR/pkg/$PKGNAME/*.{files,desc} "$PKGDEPLOYDIR"
|
2018-02-09 00:04:10 +01:00
|
|
|
}
|
2018-05-06 17:23:31 +02:00
|
|
|
|
|
|
|
check_update() {
|
2019-07-07 16:17:16 +02:00
|
|
|
check_update_simple "$URL" "procps-ng" "tar.xz"
|
2019-03-06 10:03:12 +01:00
|
|
|
}
|