procps-ng: update to 3.3.17.
This commit is contained in:
parent
7237b1fa3d
commit
ee6cfa7999
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'procps-ng'
|
# Template file for 'procps-ng'
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
version=3.3.16
|
version=3.3.17
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="procps-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
||||||
--libdir=/usr/lib --disable-kill --enable-watch8bit
|
--libdir=/usr/lib --disable-kill --enable-watch8bit
|
||||||
|
@ -15,12 +16,14 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://gitlab.com/procps-ng/procps"
|
homepage="https://gitlab.com/procps-ng/procps"
|
||||||
changelog="https://gitlab.com/procps-ng/procps/raw/master/NEWS"
|
changelog="https://gitlab.com/procps-ng/procps/raw/master/NEWS"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
|
||||||
checksum=925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af
|
checksum=4518b3e7aafd34ec07d0063d250fd474999b20b200218c3ae56f5d2113f141b4
|
||||||
|
|
||||||
conf_files="/etc/sysctl.conf"
|
conf_files="/etc/sysctl.conf"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's,ncursesw/ncurses.h,ncurses.h,g' watch.c
|
sed -i 's,ncursesw/ncurses.h,ncurses.h,g' watch.c
|
||||||
|
sed -i '1i#include <utmp.h>' w.c
|
||||||
|
sed -i '1i#include <langinfo.h>' proc/escape.c
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue