summaryrefslogtreecommitdiffstats
path: root/lsof
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /lsof
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'lsof')
-rw-r--r--lsof/.footprint.i6867
-rw-r--r--lsof/.footprint.x86_647
-rw-r--r--lsof/.md5sum.i6861
-rw-r--r--lsof/.md5sum.x86_641
-rw-r--r--lsof/Pkgfile24
5 files changed, 40 insertions, 0 deletions
diff --git a/lsof/.footprint.i686 b/lsof/.footprint.i686
new file mode 100644
index 000000000..0cf4e796e
--- /dev/null
+++ b/lsof/.footprint.i686
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/lsof
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/lsof.8.gz
diff --git a/lsof/.footprint.x86_64 b/lsof/.footprint.x86_64
new file mode 100644
index 000000000..0cf4e796e
--- /dev/null
+++ b/lsof/.footprint.x86_64
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/lsof
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/lsof.8.gz
diff --git a/lsof/.md5sum.i686 b/lsof/.md5sum.i686
new file mode 100644
index 000000000..805f46d29
--- /dev/null
+++ b/lsof/.md5sum.i686
@@ -0,0 +1 @@
+a09326df500ef7e4550af546868338d6 lsof_4.84.tar.bz2
diff --git a/lsof/.md5sum.x86_64 b/lsof/.md5sum.x86_64
new file mode 100644
index 000000000..805f46d29
--- /dev/null
+++ b/lsof/.md5sum.x86_64
@@ -0,0 +1 @@
+a09326df500ef7e4550af546868338d6 lsof_4.84.tar.bz2
diff --git a/lsof/Pkgfile b/lsof/Pkgfile
new file mode 100644
index 000000000..6d18df433
--- /dev/null
+++ b/lsof/Pkgfile
@@ -0,0 +1,24 @@
+# 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
+}
+