diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 17:54:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 17:54:17 +0100 |
commit | 6c7bb0ad4b15842c060e8c4c3cb2ed2f0d3225ca (patch) | |
tree | 309779e1d848cc9845d38630a602282ed083dbc7 /package | |
parent | c3a3e22d43ae5b81fdec750283b3fe64ec794695 (diff) |
update to latest upstream version (still broken, need a python include path correction)
Diffstat (limited to 'package')
-rw-r--r-- | package/libvirt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 92f74109e..dc59d91df 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -4,13 +4,13 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libvirt -PKG_VERSION:= 0.7.4 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 1645975662a326969d2f42d5c04574aa +PKG_VERSION:= 0.8.6 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 9ed61a02983dc42d0ea0224711ace025 PKG_DESCR:= virtualization API PKG_SECTION:= libs -PKG_DEPENDS:= libxml2 libgnutls python -PKG_BUILDDEP:= libxml2 gnutls python +PKG_DEPENDS:= libxml2 libgnutls python2 libpcap +PKG_BUILDDEP:= libxml2 gnutls python2 libpcap PKG_URL:= http://www.libvirt.org/ PKG_SITES:= ftp://libvirt.org/libvirt/ |