mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
lsof: update to 4.99.3.
Adopted.
This commit is contained in:
parent
792ad41f5e
commit
d9f49de2a3
1 changed files with 4 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'lsof'
|
# Template file for 'lsof'
|
||||||
pkgname=lsof
|
pkgname=lsof
|
||||||
version=4.99.0
|
version=4.99.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-security"
|
configure_args="--enable-security --disable-liblsof"
|
||||||
hostmakedepends="automake groff"
|
hostmakedepends="automake groff"
|
||||||
checkdepends="util-linux procps-ng"
|
checkdepends="util-linux procps-ng"
|
||||||
short_desc="LiSt Open Files"
|
short_desc="LiSt Open Files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="lsof"
|
license="lsof"
|
||||||
homepage="https://github.com/lsof-org/lsof"
|
homepage="https://github.com/lsof-org/lsof"
|
||||||
changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST"
|
changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST"
|
||||||
distfiles="https://github.com/lsof-org/lsof/releases/download/${version}/lsof-${version}.tar.gz"
|
distfiles="https://github.com/lsof-org/lsof/releases/download/${version}/lsof-${version}.tar.gz"
|
||||||
checksum=180e6284aff184d94d273e34f7264edc2af849c07b1c5d6a4183d4d402734245
|
checksum=86428a8881b0d1147a52058e853c775b83d794f0da685d549b2bfd07063ed1cd
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# Ensure tests always run
|
# Ensure tests always run
|
||||||
|
@ -23,9 +23,6 @@ post_extract() {
|
||||||
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
||||||
vsed -i Makefile.am -e '/^TESTS +=/s:tests/LTsock::g'
|
vsed -i Makefile.am -e '/^TESTS +=/s:tests/LTsock::g'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# liblsof is still in alpha. Don't include it in the package.
|
|
||||||
vsed -i Makefile.am -e '/^lib_LTLIBRARIES/s/^lib_/noinst_/; /^include_HEADERS/d'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue