]> git.ipfire.org Git - ipfire-3.x.git/blob - lsof/lsof.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / lsof / lsof.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = lsof
7 version = 4.89
8 release = 1
9
10 groups = Development/Debuggers
11 url = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
12 license = zlib
13 summary = A utility which lists open files on a Linux/UNIX system.
14
15 description
16 Lsof stands for LiSt Open Files, and it does just that:
17 it lists information about files that are open by the
18 processes running on a system.
19 end
20
21 thisapp = %{name}_%{version}_src
22
23 build
24 export LSOF_CFGL = %{CFLAGS} %{LDFLAGS}
25
26 build
27 ./Configure -n linux
28 make %{PARALLELISMFLAGS}
29 end
30
31 install
32 mkdir -pv %{BUILDROOT}%{sbindir}
33 install -m 755 lsof %{BUILDROOT}%{sbindir}
34 mkdir -pv %{BUILDROOT}%{mandir}/man8
35 cp -vf lsof.8 %{BUILDROOT}%{mandir}/man8
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end