summaryrefslogtreecommitdiffstats
path: root/base/psmisc
diff options
context:
space:
mode:
Diffstat (limited to 'base/psmisc')
-rw-r--r--base/psmisc/.footprint.i68621
-rw-r--r--base/psmisc/.footprint.x86_6421
-rw-r--r--base/psmisc/.md5sum.i6861
-rw-r--r--base/psmisc/.md5sum.x86_641
-rwxr-xr-xbase/psmisc/Pkgfile19
5 files changed, 0 insertions, 63 deletions
diff --git a/base/psmisc/.footprint.i686 b/base/psmisc/.footprint.i686
deleted file mode 100644
index c127fa118..000000000
--- a/base/psmisc/.footprint.i686
+++ /dev/null
@@ -1,21 +0,0 @@
-drwxr-xr-x root/root bin/
--rwxr-xr-x root/root bin/fuser
--rwxr-xr-x root/root bin/killall
--rwxr-xr-x root/root bin/peekfd
--rwxr-xr-x root/root bin/prtstat
--rwxr-xr-x root/root bin/pstree
-lrwxrwxrwx root/root bin/pstree.x11 -> pstree
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/psmisc.mo
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/fuser.1.gz
--rw-r--r-- root/root usr/share/man/man1/killall.1.gz
--rw-r--r-- root/root usr/share/man/man1/peekfd.1.gz
--rw-r--r-- root/root usr/share/man/man1/prtstat.1.gz
--rw-r--r-- root/root usr/share/man/man1/pstree.1.gz
diff --git a/base/psmisc/.footprint.x86_64 b/base/psmisc/.footprint.x86_64
deleted file mode 100644
index c127fa118..000000000
--- a/base/psmisc/.footprint.x86_64
+++ /dev/null
@@ -1,21 +0,0 @@
-drwxr-xr-x root/root bin/
--rwxr-xr-x root/root bin/fuser
--rwxr-xr-x root/root bin/killall
--rwxr-xr-x root/root bin/peekfd
--rwxr-xr-x root/root bin/prtstat
--rwxr-xr-x root/root bin/pstree
-lrwxrwxrwx root/root bin/pstree.x11 -> pstree
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/psmisc.mo
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/fuser.1.gz
--rw-r--r-- root/root usr/share/man/man1/killall.1.gz
--rw-r--r-- root/root usr/share/man/man1/peekfd.1.gz
--rw-r--r-- root/root usr/share/man/man1/prtstat.1.gz
--rw-r--r-- root/root usr/share/man/man1/pstree.1.gz
diff --git a/base/psmisc/.md5sum.i686 b/base/psmisc/.md5sum.i686
deleted file mode 100644
index d48bc1427..000000000
--- a/base/psmisc/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-e2c339e6b65b730042084023784a729e psmisc-22.13.tar.gz
diff --git a/base/psmisc/.md5sum.x86_64 b/base/psmisc/.md5sum.x86_64
deleted file mode 100644
index d48bc1427..000000000
--- a/base/psmisc/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-e2c339e6b65b730042084023784a729e psmisc-22.13.tar.gz
diff --git a/base/psmisc/Pkgfile b/base/psmisc/Pkgfile
deleted file mode 100755
index a68ebe408..000000000
--- a/base/psmisc/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Petits utilitaires qui utilisent le système de fichiers /proc
-# URL: http://psmisc.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=psmisc
-version=22.13
-release=1
-source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --exec-prefix=""
- make
- make DESTDIR=$PKG install
- mkdir -p $PKG/usr/bin
-}