# Tanım: Set of some small useful utilities that use the proc filesystem. # URL: http://psmisc.sourceforge.net/ # Paketçi: milisarge # Gerekler: name=psmisc version=22.21 release=1 source=(http://prdownloads.sourceforge.net/psmisc/psmisc-$version.tar.gz) build() { cd psmisc-$version ./configure --prefix=/usr --libdir=/lib --bindir=/bin make make DESTDIR=$PKG install }