criu: update to 1.7.2.
This commit is contained in:
parent
6bfd3b72d8
commit
d0e5f3fc76
2 changed files with 6 additions and 2 deletions
3
srcpkgs/criu/files/criu/run
Executable file
3
srcpkgs/criu/files/criu/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec criu service ${OPTS:=-o /var/log/criu-service.log}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'criu'
|
||||
pkgname=criu
|
||||
version=1.6.1
|
||||
version=1.7.2
|
||||
revision=1
|
||||
hostmakedepends="pkg-config protobuf-c protobuf python asciidoc xmlto"
|
||||
makedepends="libbsd-devel protobuf-c-devel protobuf-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="GPL-2, LGPL-2"
|
||||
homepage="http://criu.org/"
|
||||
distfiles="http://download.openvz.org/criu/criu-$version.tar.bz2"
|
||||
checksum=c74810383b7e524be0d909b9a6c1805e0887ac93cf1bfa28f00a87f395879e18
|
||||
checksum=f5d377fd2a3c8824c592f6c27147cb4d37333ca0ce8b9c6e85a8b7cd8479b21d
|
||||
|
||||
only_for_archs="x86_64"
|
||||
pycompile_module="pycriu"
|
||||
|
@ -22,6 +22,7 @@ do_install() {
|
|||
make DESTDIR=${DESTDIR} PREFIX=/usr LOGROTATEDIR=/etc/logrotate.d \
|
||||
LIBDIR=/usr/lib SBINDIR=/usr/bin install
|
||||
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||
vsv criu
|
||||
}
|
||||
|
||||
criu-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue