core/procps/Pkgfile

22 lines
600 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The /proc file system utilities
# URL: http://procps.sourceforge.net/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ncurses
name=procps
2009-05-11 13:50:24 +02:00
version=3.2.8
release=3
source=(http://procps.sourceforge.net/$name-$version.tar.gz
$name-$version.patch
$name-$version-linux-ver-init.patch
sysctl.conf)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
patch -p0 -i $SRC/$name-$version-linux-ver-init.patch
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
install -D -m644 $SRC/sysctl.conf $PKG/etc/sysctl.conf
}