mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
procps-ng: update to 3.3.14.
This commit is contained in:
parent
09bdfbd968
commit
1705654ca4
2 changed files with 7 additions and 24 deletions
|
@ -1,20 +0,0 @@
|
||||||
--- proc/numa.h.orig
|
|
||||||
+++ proc/numa.h
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
#ifndef PROCPS_NUMA_H
|
|
||||||
#define PROCPS_NUMA_H
|
|
||||||
|
|
||||||
+#include <sys/cdefs.h>
|
|
||||||
#include <features.h>
|
|
||||||
|
|
||||||
__BEGIN_DECLS
|
|
||||||
--- procio.c.orig
|
|
||||||
+++ procio.c
|
|
||||||
@@ -24,7 +24,6 @@
|
|
||||||
#endif
|
|
||||||
#include <errno.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
-#include <libio.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
|
@ -1,31 +1,34 @@
|
||||||
# Template file for 'procps-ng'
|
# Template file for 'procps-ng'
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
version=3.3.13
|
version=3.3.14
|
||||||
revision=1
|
revision=1
|
||||||
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
|
||||||
--disable-modern-top --without-systemd"
|
--disable-modern-top --without-systemd"
|
||||||
hostmakedepends="automake libtool pkg-config gettext-devel"
|
hostmakedepends="automake gettext-devel libtool pkg-config"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Utilities for monitoring your system and its processes"
|
short_desc="Utilities for monitoring your system and its processes"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2.1"
|
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"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
|
||||||
checksum=52b05b2bd5b05f46f24766a10474337ebadd828df9915e2b178df291cf88f7d3
|
checksum=5eda0253999b7d786e690edfa73301b3113c7a67058478866e98e9ff6736726c
|
||||||
|
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/sysctl.conf
|
vconf ${FILESDIR}/sysctl.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
procps-ng-devel_package() {
|
procps-ng-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue