core/psmisc/Pkgfile

18 lines
477 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
2012-09-30 11:07:25 +02:00
version=22.20
2006-02-23 16:26:10 +01:00
release=1
2010-07-13 14:00:01 +02:00
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
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
}