psmisc: update to 23.4

This commit is contained in:
Juergen Daubert 2021-02-16 13:21:50 +01:00
parent 2deea97c5c
commit 6aace226cd
2 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqst4Gp6rPGB3fd4ek6artW5jEvGT+uqp4SPOkJ7vBzj+E0S9EdomsJMXGWILzfKz+dMv0gFN+PQby2WzEw9xKg8=
SHA256 (Pkgfile) = 2ced2cc9395e8c439a2ac0107df3d7c6800d6d4b79e314ebaeaaf2c9ee1c8bd1
RWRJc1FUaeVeqv76Wr9pyn7jyoLKLGCb/89Scr/BqcM0tj9k4QLljGKnYpB+zHbqpMUDz5TZjVl2+OddoFU7hds18CBAmmOQCgY=
SHA256 (Pkgfile) = 23ee62b880a812472c52e5c690e4d0a9fce15ef7b3a8df15ce39684adbd4debd
SHA256 (.footprint) = 160d445bf391a348f2a594e3002a71286f3b95af994a68c3d3e5fedeb1c440b1
SHA256 (psmisc-23.3.tar.xz) = 41750e1a5abf7ed2647b094f58127c73dbce6876f77ba4e0a7e0995ae5c7279a
SHA256 (psmisc-23.4.tar.xz) = 7f0cceeace2050c525f3ebb35f3ba01d618b8d690620580bdb8cd8269a0c1679

View File

@ -1,18 +1,18 @@
# Description: Small utilities that use the /proc filesystem
# URL: https://gitlab.com/psmisc/psmisc
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
# URL: https://gitlab.com/psmisc/psmisc
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
name=psmisc
version=23.3
version=23.4
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
cd $name-$version
export LINGUAS=' '
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/pstree.x11
}