summaryrefslogtreecommitdiffstats
path: root/psmisc/Pkgfile
blob: 363922155a6bd1042f26dcef68c446efa12bebe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
description="Small utilities that use the /proc filesystem."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://psmisc.sourceforge.net/"
depends=(ncurses)

name=psmisc
version=22.13
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz)
build () 
{ 
	cd $name-$version;
	./configure \
		--prefix=$prefix \
		--mandir=$mandir \
		$(use_enable nls);
	make;
	make DESTDIR=$PKG install;
	rm $PKG/usr/bin/pstree.x11
}