summaryrefslogtreecommitdiffstats
path: root/lsof/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'lsof/Pkgfile')
-rw-r--r--lsof/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/lsof/Pkgfile b/lsof/Pkgfile
deleted file mode 100644
index 6d18df433..000000000
--- a/lsof/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Liste les fichiers ouverts sous un process Unix
-# URL: http://people.freebsd.org/~abe/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on:
-# Run on:
-
-name=lsof
-version=4.84
-release=1
-source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${name}_${version}.tar.bz2)
-
-build() {
- cd ${name}_${version}
- tar xf ${name}_${version}_src.tar
- cd ${name}_${version}_src
- sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' dialects/linux/machine.h
-
- ./Configure -n linux
- make
- install -Dm0755 -o root -g root lsof $PKG/usr/sbin/lsof
- install -Dm0644 -o root -g root lsof.8 $PKG/usr/share/man/man8/lsof.8
-}
-