core/procps/Pkgfile

19 lines
493 B
Plaintext

# Description: The /proc file system utilities
# URL: http://procps.sourceforge.net/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
name=procps
version=3.2.8
release=2
source=(http://procps.sourceforge.net/$name-$version.tar.gz \
$name-$version.patch sysctl.conf)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
make
make DESTDIR=$PKG install
install -D -m644 $SRC/sysctl.conf $PKG/etc/sysctl.conf
}