summaryrefslogtreecommitdiffstats
path: root/psmisc/Pkgfile
blob: b1e7b2c3705fd2b8afb9d07e7705965ece36c9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
description="Small utilities that use the /proc filesystem"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://psmisc.sourceforge.net/"
depends=(ncurses)

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