ipfire-3.x/lsof/lsof.nm

37 lines
917 B
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = lsof
version = 4.98.0
release = 1
groups = Development/Debuggers
url = https://github.com/lsof-org/lsof
license = zlib
summary = A utility which lists open files on a Linux/UNIX system
description
Lsof stands for LiSt Open Files, and it does just that:
it lists information about files that are open by the
processes running on a system.
end
source_dl = https://github.com/lsof-org/lsof/releases/download/%{version}/
build
requires
groff
libtirpc-devel
end
end
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end