criu: update to 3.7.
This commit is contained in:
parent
ed7ddf945f
commit
f232290635
|
@ -1,24 +1,22 @@
|
|||
# Template file for 'criu'
|
||||
pkgname=criu
|
||||
version=2.9
|
||||
version=3.7
|
||||
revision=1
|
||||
hostmakedepends="pkg-config protobuf-c protobuf python asciidoc xmlto"
|
||||
makedepends="libbsd-devel protobuf-c-devel protobuf-devel libnl3-devel"
|
||||
make_use_env=compliant
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config python asciidoc xmlto"
|
||||
makedepends="protobuf-devel protobuf-c-devel libnl3-devel libnet-devel libcap-devel"
|
||||
depends="python-ipaddr"
|
||||
short_desc="Utility to checkpoint/restore a process tree"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2"
|
||||
homepage="http://criu.org/"
|
||||
distfiles="https://download.openvz.org/criu/criu-$version.tar.bz2"
|
||||
checksum=21d1493e71b76fc0219a4274ca98332de3910cdd2e93070dc283ae4fc01421c9
|
||||
nopie=yes
|
||||
checksum=d88143909dba02d8156f97a4152dc767d5f1a91b6751d4ce26434fbbeff93763
|
||||
|
||||
only_for_archs="x86_64 x86_64-musl"
|
||||
pycompile_module="pycriu"
|
||||
|
||||
do_build() {
|
||||
make CC=$CC ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} PREFIX=/usr LOGROTATEDIR=/etc/logrotate.d \
|
||||
LIBDIR=/usr/lib SBINDIR=/usr/bin install
|
||||
|
|
Loading…
Reference in New Issue