r830 - in crux-2.2/ports/opt: . lsof
Author: sten Date: 2006-02-25 10:55:18 +0100 (Sat, 25 Feb 2006) New Revision: 830 Added: crux-2.2/ports/opt/lsof/ crux-2.2/ports/opt/lsof/.footprint crux-2.2/ports/opt/lsof/.md5sum crux-2.2/ports/opt/lsof/Pkgfile Log: lsof: initial import, both branches Added: crux-2.2/ports/opt/lsof/.footprint =================================================================== --- crux-2.2/ports/opt/lsof/.footprint 2006-02-25 09:54:54 UTC (rev 829) +++ crux-2.2/ports/opt/lsof/.footprint 2006-02-25 09:55:18 UTC (rev 830) @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man8/ +-rwxr-xr-x root/root usr/man/man8/lsof.8.gz +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/lsof Added: crux-2.2/ports/opt/lsof/.md5sum =================================================================== --- crux-2.2/ports/opt/lsof/.md5sum 2006-02-25 09:54:54 UTC (rev 829) +++ crux-2.2/ports/opt/lsof/.md5sum 2006-02-25 09:55:18 UTC (rev 830) @@ -0,0 +1 @@ +0c4160ceeb753c58eaefb29dbea505eb lsof_4.76.tar.bz2 Added: crux-2.2/ports/opt/lsof/Pkgfile =================================================================== --- crux-2.2/ports/opt/lsof/Pkgfile 2006-02-25 09:54:54 UTC (rev 829) +++ crux-2.2/ports/opt/lsof/Pkgfile 2006-02-25 09:55:18 UTC (rev 830) @@ -0,0 +1,20 @@ +# 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....) + +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 +}
participants (1)
-
crux@crux.nu