mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump procps-ng version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
3e2ddf8f78
commit
3c6e2b8e8f
4 changed files with 5 additions and 16 deletions
|
@ -1,11 +0,0 @@
|
|||
--- a/include/nls.h.old
|
||||
+++ b/include/nls.h
|
||||
@@ -6,7 +6,7 @@
|
||||
#define PROCPS_NG_NLS_H
|
||||
|
||||
/* programs issuing textdomain() need PACKAGE string */
|
||||
-#include "../config.h"
|
||||
+#include "config.h"
|
||||
|
||||
/* programs issuing bindtextdomain() also need LOCALEDIR string */
|
||||
#ifndef LOCALEDIR
|
|
@ -1,8 +1,8 @@
|
|||
VERSION="3.3.15"
|
||||
VERSION="3.3.16"
|
||||
SRCDIR="procps-ng-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://sourceforge.net/projects/procps-ng/files/Production"
|
||||
SHA256SUM="10bd744ffcb3de2d591d2f6acf1a54a7ba070fdcc432a855931a5057149f0465"
|
||||
SHA256SUM="925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af"
|
||||
DEPENDS="ncurses-dev toolchain"
|
||||
SUBPKG="procps-ng procps-ng-dev"
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@ file include/proc/version.h 0644 0 0
|
|||
file include/proc/wchan.h 0644 0 0
|
||||
file include/proc/whattime.h 0644 0 0
|
||||
file lib/pkgconfig/libprocps.pc 0644 0 0
|
||||
slink lib/libprocps.so 0777 0 0 libprocps.so.7.1.0
|
||||
slink lib/libprocps.so 0777 0 0 libprocps.so.8.0.2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
file lib/libprocps.so.7.1.0 0755 0 0
|
||||
slink lib/libprocps.so.7 0777 0 0 libprocps.so.7.1.0
|
||||
file lib/libprocps.so.8.0.2 0755 0 0
|
||||
slink lib/libprocps.so.8 0777 0 0 libprocps.so.8.0.2
|
||||
file bin/ps 0755 0 0
|
||||
file bin/free 0755 0 0
|
||||
file bin/pgrep 0755 0 0
|
||||
|
|
Loading…
Reference in a new issue