core/psmisc/Pkgfile

18 lines
455 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
2009-05-10 09:22:28 +02:00
version=22.7
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
2009-05-10 09:22:28 +02:00
rm $PKG/usr/bin/pstree.x11
2006-02-23 16:26:10 +01:00
}