core/psmisc/Pkgfile

19 lines
455 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small utilities that use the /proc filesystem
2021-02-16 13:21:50 +01:00
# URL: https://gitlab.com/psmisc/psmisc
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
2006-02-23 16:26:10 +01:00
name=psmisc
2021-02-16 13:21:50 +01:00
version=23.4
2017-06-13 00:21:47 +02:00
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2021-02-16 13:21:50 +01:00
cd $name-$version
export LINGUAS=' '
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/pstree.x11
2006-02-23 16:26:10 +01:00
}