core/psmisc/Pkgfile

19 lines
461 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small utilities that use the /proc filesystem
2016-07-26 14:07:20 +02:00
# URL: https://gitlab.com/psmisc/psmisc
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ncurses
name=psmisc
2017-06-16 18:12:58 +02:00
version=23.1
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() {
cd $name-$version
./configure --prefix=/usr --disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2009-05-10 09:22:28 +02:00
rm $PKG/usr/bin/pstree.x11
2006-02-23 16:26:10 +01:00
}