sysdig: update to 0.26.5.
This commit is contained in:
parent
538b0e6933
commit
9e770b2e5f
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'sysdig'
|
# Template file for 'sysdig'
|
||||||
pkgname=sysdig
|
pkgname=sysdig
|
||||||
version=0.26.4
|
version=0.26.5
|
||||||
revision=2
|
revision=1
|
||||||
archs="i686 x86_64 ppc64le"
|
archs="i686 x86_64 ppc64le"
|
||||||
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
|
||||||
-DLUA_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/luajit-2.1
|
-DLUA_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/luajit-2.1
|
||||||
-DLUA_LIBRARY=libluajit-5.1.so"
|
-DLUA_LIBRARY=libluajit-5.1.so -DCREATE_TEST_TARGETS=OFF"
|
||||||
hostmakedepends="wget pkg-config protobuf"
|
hostmakedepends="wget pkg-config protobuf"
|
||||||
makedepends="LuaJIT-devel c-ares-devel elfutils-devel grpc-devel jsoncpp-devel
|
makedepends="LuaJIT-devel c-ares-devel elfutils-devel grpc-devel jsoncpp-devel
|
||||||
libcurl-devel libprotoc-devel libressl-devel ncurses-devel protobuf-devel
|
libcurl-devel libprotoc-devel libressl-devel ncurses-devel protobuf-devel
|
||||||
|
@ -19,7 +19,7 @@ license="Apache-2.0, MIT, 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=7c15ee25abf6cca850eaf6f4e42e25a1d9ad2b775ae794028f94afbd1ce9d271
|
checksum=3a251eca408e71df9582eac93632d8927c5abcc8d09b25aa32ef6d9c99a07bd4
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
dkms_modules="sysdig ${version}"
|
dkms_modules="sysdig ${version}"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue