psutils: update to 2.03, new dep p5-ipc-run3

This commit is contained in:
Juergen Daubert 2020-04-20 14:41:20 +02:00
parent 35f820c3de
commit 8cc65cc911
3 changed files with 10 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}