core/psmisc/Pkgfile
2017-06-16 18:13:10 +02:00

19 lines
461 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=23.1
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
}