summaryrefslogtreecommitdiffstats
path: root/psmisc/Pkgfile.old
blob: cb5c4fe1bf739c6c89645509f27ae08a0afc591a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Small utilities that use the /proc filesystem
# URL:         http://psmisc.sourceforge.net/
# Maintainer:  CRUX System Team, core-ports at crux dot nu
# Depends on:  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=/usr --disable-nls --mandir=/usr/man
    make
    make DESTDIR=$PKG install
    rm $PKG/usr/bin/pstree.x11
}