core/psmisc/Pkgfile

18 lines
469 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small utilities that use the /proc filesystem
# URL: http://psmisc.sourceforge.net/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ncurses
name=psmisc
2007-11-06 12:32:16 +01:00
version=22.6
2006-02-23 16:26:10 +01:00
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
2006-09-15 10:27:20 +02:00
./configure --prefix=/usr --disable-nls --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -f $PKG/usr/bin/{oldfuser,pstree.x11}
}