summaryrefslogtreecommitdiff
path: root/psutils
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-04-20 14:41:20 +0200
committerJuergen Daubert <jue@jue.li>2020-04-20 14:41:20 +0200
commit8cc65cc91151e5e8921f75bbc3dd35fc2098d7f3 (patch)
tree5850c1a7efd64eee4c6ced6201735aa1edac72bd /psutils
parent35f820c3dec243d55b5663ad765b848e64916845 (diff)
downloadopt-8cc65cc91151e5e8921f75bbc3dd35fc2098d7f3.tar.gz
opt-8cc65cc91151e5e8921f75bbc3dd35fc2098d7f3.tar.xz
psutils: update to 2.03, new dep p5-ipc-run3
Diffstat (limited to 'psutils')
-rw-r--r--psutils/.footprint7
-rw-r--r--psutils/.signature8
-rw-r--r--psutils/Pkgfile12
3 files changed, 10 insertions, 17 deletions
diff --git a/psutils/.footprint b/psutils/.footprint
index 8aa39ffa4..b417a2289 100644
--- a/psutils/.footprint
+++ b/psutils/.footprint
@@ -9,11 +9,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/psresize
-rwxr-xr-x root/root usr/bin/psselect
-rwxr-xr-x root/root usr/bin/pstops
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/perl5/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
--rw-r--r-- root/root usr/lib/perl5/site_perl/5.28/PSUtils.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
@@ -27,3 +22,5 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/psselect.1.gz
-rw-r--r-- root/root usr/share/man/man1/pstops.1.gz
-rw-r--r-- root/root usr/share/man/man1/psutils.1.gz
+drwxr-xr-x root/root usr/share/psutils/
+-rw-r--r-- root/root usr/share/psutils/PSUtils.pm
diff --git a/psutils/.signature b/psutils/.signature
index 9a34e6be2..56c60fe23 100644
--- a/psutils/.signature
+++ b/psutils/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/ZIFcqq7NbnDK1rM+akAcpYIUtRTtWOKImoRmlJbXik9oP589WXQfKrvDbg2SyHbLFEd5zy4LHuswxWSznlQqgw=
-SHA256 (Pkgfile) = dcb01d93c0850e666402d23a8e59cfdd77ed74a8d7751c6d6962b9a800edd1c6
-SHA256 (.footprint) = 00f92c64a4a368aed8944459d5ac7d96724dc84a4820e7c937d92e1d39123180
-SHA256 (psutils-1.93.tar.gz) = 48da2ec1be379ac05d0d3d5d7b6229c2fa56dfb41ae811f5120021e832db21f4
+RWSE3ohX2g5d/TGLOSAMgC40KC4iBT9VjnS9OwgIyTDxBMhWCs3H5WPCtITAtM6CiF4n/9tRj9t724Ay1MiRYYojy4e+PHMF0go=
+SHA256 (Pkgfile) = bcc23dd03d959c60be233e9432e198bd34ce51af53507a19ab31ff0d1e58e3eb
+SHA256 (.footprint) = 78f3bcaf85812c94299d996a6f613e7e4fe558cc60a8adb0f32ca511234ed762
+SHA256 (psutils-2.03.tar.gz) = a24d1dab2aba74743ac5870f60f27d3d04d30a1075c92db5500df2cc0a6b0ba5
diff --git a/psutils/Pkgfile b/psutils/Pkgfile
index b9646c043..58b896ea8 100644
--- a/psutils/Pkgfile
+++ b/psutils/Pkgfile
@@ -1,19 +1,15 @@
# Description: Postscript Utilities
# URL: https://github.com/rrthomas/psutils
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: paper
+# Depends on: paper p5-ipc-run3
name=psutils
-version=1.93
+version=2.03
release=1
source=(https://github.com/rrthomas/psutils/releases/download/v$version/$name-$version.tar.gz)
build() {
- cd $name-$version
-
- local sitelib=$(perl -e 'use Config; print $Config::Config{'installsitelib'}')
-
+ cd $name-$version
./configure --prefix=/usr
- make
- make DESTDIR=$PKG pkgdatadir=$sitelib install
+ make DESTDIR=$PKG install
}

Generated by cgit