Update libvirt to 2.5

For Changelog see:
https://libvirt.org/news-2016.html

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jonatan Schlag
2017-01-02 15:23:10 +01:00
committed by Michael Tremer
parent a29910adf8
commit 9a015b5bd5
2 changed files with 148 additions and 148 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.1.0
VER = 2.5.0
THISAPP = libvirt-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = libvirt
PAK_VER = 11
PAK_VER = 12
DEPS = "libpciaccess libyajl ncat qemu"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = fd1c054a8b59235e877efb728de79386
$(DL_FILE)_MD5 = 001af1ca2545971c6b46628678fd4afa
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))