sysdig: update to 0.26.1.

This commit is contained in:
Leah Neukirchen 2019-06-17 15:00:18 +02:00
parent 71299a5592
commit 74a74c6b54

View file

@ -1,7 +1,7 @@
# Template file for 'sysdig'
pkgname=sysdig
version=0.25
revision=2
version=0.26.1
revision=1
archs="i686 x86_64 ppc64le"
build_style=cmake
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
@ -19,7 +19,7 @@ license="Apache-2.0, MIT, GPL-2.0-only"
homepage="http://www.sysdig.org/"
changelog="https://github.com/draios/sysdig/releases"
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
checksum=4ab2d3cebb49e3b059bf974d68cef4cedc141d1544fa2b252cfa1cdf3ee33fdd
checksum=4bc59f4e958c9b971ecb4d6fe98fe0be27a185b87106c76aaf4614ab3ef7129e
disable_parallel_build=yes
dkms_modules="sysdig ${version}"
nocross=yes
@ -27,6 +27,9 @@ nocross=yes
post_extract() {
sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt
sed -i '1i#include <sys/select.h>' userspace/libsinsp/mesos_collector.h
sed -i '1i#include <sys/sysmacros.h>' userspace/libscap/scap_fds.c
sed -i '1iset(CMAKE_EXE_LINKER_FLAGS "-ltbb -lcurl")' CMakeLists.txt
}
post_install() {