sysdig: update to 0.22.0.
This commit is contained in:
parent
d9eb88177f
commit
22a0a3b6f1
1 changed files with 6 additions and 5 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'sysdig'
|
# Template file for 'sysdig'
|
||||||
pkgname=sysdig
|
pkgname=sysdig
|
||||||
version=0.21.0
|
version=0.22.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
||||||
-DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF"
|
-DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF"
|
||||||
hostmakedepends="wget"
|
hostmakedepends="wget"
|
||||||
makedepends="jsoncpp-devel libcurl-devel libressl-devel LuaJIT-devel
|
makedepends="jsoncpp-devel libcurl-devel libressl-devel LuaJIT-devel
|
||||||
ncurses-devel zlib-devel"
|
ncurses-devel zlib-devel elfutils-devel"
|
||||||
depends="dkms"
|
depends="dkms"
|
||||||
triggers="dkms"
|
triggers="dkms"
|
||||||
dkms_modules="sysdig ${version}"
|
dkms_modules="sysdig ${version}"
|
||||||
short_desc="Open source system-level exploration and troubleshooting tool"
|
short_desc="Open source system-level exploration and troubleshooting tool"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.sysdig.org/"
|
homepage="http://www.sysdig.org/"
|
||||||
_changelog="https://github.com/draios/sysdig/releases"
|
_changelog="https://github.com/draios/sysdig/releases"
|
||||||
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=3ba35ca1e84dd4487bdeff078ff0e48c862fa6887688f9c8d4a076865c6f9a05
|
checksum=379fac93a786f9d934c1c6e7b3ba803ed19f999923ae193948d8b019c832fcc7
|
||||||
nocross=yes
|
nocross=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
@ -26,6 +26,7 @@ post_extract() {
|
||||||
sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt
|
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/select.h>' userspace/libsinsp/mesos_collector.h
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/zsh/vendor-completions
|
rm -rf ${DESTDIR}/usr/share/zsh/vendor-completions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue