core/psmisc/Pkgfile

20 lines
541 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
2010-01-03 16:07:35 +01:00
version=22.9
2006-02-23 16:26:10 +01:00
release=1
2010-01-03 16:07:35 +01:00
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz
$name-$version-locale.patch)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2010-01-03 16:07:35 +01:00
patch -p1 -i $SRC/$name-$version-locale.patch
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
}