diff --git a/util/admin/procps-ng/actions.py b/util/admin/procps-ng/actions.py new file mode 100644 index 0000000000..c1c8a3ec44 --- /dev/null +++ b/util/admin/procps-ng/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.system("sed -i 's: + + + + procps-ng + https://gitlab.com/procps-ng/procps + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app + Utilities for monitoring your system and its processes + procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem most commonly located at /proc. + + ncurses-devel + + http://downloads.sourceforge.net/procps-ng/procps-ng-3.3.11.tar.xz + + + + procps-ng + Utilities for monitoring your system and its processes + + ncurses + + + /usr/bin + /usr/sbin + /usr/lib/libprocps.so.* + /usr/lib/libprocps.a + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + procps-ng-devel + Development files for procps-ng + + procps-ng + + + /usr/include + /usr/lib/libprocps.so + /usr/lib/pkgconfig + + + + + + 2015-12-03 + 3.3.11 + First release + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file