core/psmisc/Pkgfile

23 lines
586 B
Plaintext

# 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
name=psmisc
version=22.21
release=3
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz \
fuseropts.patch)
build() {
cd $name-$version
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740275
patch -p1 -i $SRC/fuseropts.patch
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/pstree.x11
}