lsof: Update to 4.98.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2023-02-13 23:41:33 +00:00
parent 08ef79ebef
commit 6a949b44ef
1 changed files with 7 additions and 16 deletions

View File

@ -4,13 +4,13 @@
###############################################################################
name = lsof
version = 4.89
version = 4.98.0
release = 1
groups = Development/Debuggers
url = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
url = https://github.com/lsof-org/lsof
license = zlib
summary = A utility which lists open files on a Linux/UNIX system.
summary = A utility which lists open files on a Linux/UNIX system
description
Lsof stands for LiSt Open Files, and it does just that:
@ -18,21 +18,12 @@ description
processes running on a system.
end
thisapp = %{name}_%{version}_src
source_dl = https://github.com/lsof-org/lsof/releases/download/%{version}/
build
export LSOF_CFGL = %{CFLAGS} %{LDFLAGS}
build
./Configure -n linux
make %{PARALLELISMFLAGS}
end
install
mkdir -pv %{BUILDROOT}%{sbindir}
install -m 755 lsof %{BUILDROOT}%{sbindir}
mkdir -pv %{BUILDROOT}%{mandir}/man8
cp -vf lsof.8 %{BUILDROOT}%{mandir}/man8
requires
groff
libtirpc-devel
end
end