core/psmisc/Pkgfile

23 lines
586 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
2014-02-20 17:38:22 +01:00
version=22.21
release=3
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz \
fuseropts.patch)
2006-02-23 16:26:10 +01:00
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
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
}