opt/lsof/Pkgfile
2006-02-25 09:55:18 +00:00

21 lines
547 B
Plaintext

# Description: list open files
# URL: http://freshmeat.net/projects/lsof/
# Maintainer:
# Packager: Martin Opel, mo at obbl-net dot de
name=lsof
version=4.76
release=1
source=(http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/lsof_$version.tar.bz2)
build() {
cd ${name}_${version}
tar xf ${name}_${version}_src.tar
cd ${name}_${version}_src
yes "" | ./Configure linux
sed -i -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile
make
install -D lsof $PKG/usr/sbin/lsof
install -D lsof.8 $PKG/usr/man/man8/lsof.8
}