Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 1 | SUMMARY = "LiSt Open Files tool" |
| 2 | DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ |
| 3 | Its name stands for LiSt Open Files, and it does just that." |
| 4 | HOMEPAGE = "http://people.freebsd.org/~abe/" |
| 5 | SECTION = "devel" |
| 6 | LICENSE = "Spencer-94" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a48ac97a8550eff12395a2c0d6151510" |
| 8 | |
| 9 | SRC_URI = "git://github.com/lsof-org/lsof;branch=master;protocol=https \ |
| 10 | file://remove-host-information.patch" |
| 11 | SRCREV = "2e4c7a1a9bc7258dc5b6a3ab28ebca44174279a8" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit update-alternatives autotools pkgconfig manpages |
| 16 | PACKAGECONFIG[manpages] = "" |
| 17 | |
| 18 | DEPENDS += "groff-native" |
| 19 | |
| 20 | ALTERNATIVE:${PN} = "lsof" |
| 21 | ALTERNATIVE_LINK_NAME[lsof] = "${bindir}/lsof" |
| 22 | # Make our priority higher than busybox |
| 23 | ALTERNATIVE_PRIORITY = "100" |