psmisc: updated to version 23.7

This commit is contained in:
Juergen Daubert 2024-03-05 10:49:15 +01:00
parent b38fa29409
commit 38eedf4946
2 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqmvKIJgIoqqaLXM+Jfl35LpjJ57BaQObkiTbz8jZsTaABWtyPpDNahHpAvEqILZ72n1poH5r9q4G7RH/739J2AI=
SHA256 (Pkgfile) = 3f3090089c92064516a4114b8dac2d77342104cee081e7552e47a75f228ce2a5
RWRJc1FUaeVeqmuc+2NWez7tZug4gdI1BaHB2aZ+DAiGBn0YLoAHcV1odIVBL7SWXLrBYDgv2AUVA+9V1EtyQ2GKk7wuaU73hg8=
SHA256 (Pkgfile) = 1ab8f9d4750a81d9c4520fd96fe5bd62b897d5592b39d3267c12c74373e2db9d
SHA256 (.footprint) = 160d445bf391a348f2a594e3002a71286f3b95af994a68c3d3e5fedeb1c440b1
SHA256 (psmisc-23.6.tar.xz) = 257dde06159a4c49223d06f1cccbeb68933a4514fc8f1d77c64b54f0d108822a
SHA256 (psmisc-23.7.tar.bz2) = 6b45311eb14d9c78b32c1544f50e35fa48fe0ab372450801e2ea863913ee7ed2

View File

@ -4,15 +4,19 @@
# Depends on: ncurses
name=psmisc
version=23.6
version=23.7
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz)
source=(https://gitlab.com/psmisc/psmisc/-/archive/v$version/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-v$version-*
export LINGUAS=' '
./autogen.sh
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/pstree.x11
}