CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
psmisc: initial import
authorVictor Martinez <pitillo@ono.com>
Sun, 3 Sep 2017 07:40:36 +0000 (09:40 +0200)
committerVictor Martinez <pitillo@ono.com>
Sun, 3 Sep 2017 07:40:36 +0000 (09:40 +0200)
psmisc/.footprint [new file with mode: 0644]
psmisc/.md5sum [new file with mode: 0644]
psmisc/Pkgfile [new file with mode: 0644]

diff --git a/psmisc/.footprint b/psmisc/.footprint
new file mode 100644 (file)
index 0000000..44e9958
--- /dev/null
@@ -0,0 +1,16 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/fuser
+-rwxr-xr-x     root/root       usr/bin/killall
+-rwxr-xr-x     root/root       usr/bin/prtstat
+-rwxr-xr-x     root/root       usr/bin/pslog
+-rwxr-xr-x     root/root       usr/bin/pstree
+drwxr-xr-x     root/root       usr/share/
+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/pslog.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/pstree.1.gz
diff --git a/psmisc/.md5sum b/psmisc/.md5sum
new file mode 100644 (file)
index 0000000..621104a
--- /dev/null
@@ -0,0 +1 @@
+bbba1f701c02fb50d59540d1ff90d8d1  psmisc-23.1.tar.xz
diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile
new file mode 100644 (file)
index 0000000..543072c
--- /dev/null
@@ -0,0 +1,19 @@
+# Description: Small utilities that use the /proc filesystem
+# URL: https://gitlab.com/psmisc/psmisc
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: ncurses
+
+name=psmisc
+version=23.1
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz)
+
+build() {
+  cd $name-$version
+
+  ./configure --prefix=/usr --disable-nls
+  make
+  make DESTDIR=$PKG install
+  rm $PKG/usr/bin/pstree.x11
+}