diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 17:25:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 17:25:35 +0200 |
commit | 98b7adfbd06f0f6bd99ca4805ca34250ee027fa1 (patch) | |
tree | a68345ba8ba7ee532e4b7426cadad31d7add24c0 /package/libvirt | |
parent | 09d28322f4828a387eeee03d303c833eab8828c5 (diff) | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvirt')
-rw-r--r-- | package/libvirt/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 61e562664..c424afff7 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libvirt PKG_VERSION:= 1.0.3 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 3d9f85d586c9aa3d819b626622f3fc97 PKG_DESCR:= virtualization API PKG_SECTION:= libs @@ -15,13 +15,14 @@ PKG_DEPENDS+= libintl dmidecode kmod-netfilter-xt-target-checksum PKG_DEPENDS+= dnsmasq qemu libnl PKG_URL:= http://www.libvirt.org/ PKG_SITES:= http://libvirt.org/sources/ +PKG_OPTS:= dev PKG_HOST_DEPENDS:= !freebsd !netbsd !openbsd PKG_ARCH_DEPENDS:= x86 x86_64 include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBVIRT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBVIRT,libvirt,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) include ${TOPDIR}/mk/python.mk @@ -43,7 +44,7 @@ CONFIGURE_ARGS+= --without-xen \ --disable-silent-rules \ --without-sasl -post-install: +libvirt-install: ${INSTALL_DIR} ${IDIR_LIBVIRT}/usr/lib ${IDIR_LIBVIRT}/usr/bin ${INSTALL_DIR} ${IDIR_LIBVIRT}/etc/libvirt ${IDIR_LIBVIRT}/usr/sbin ${INSTALL_DIR} ${IDIR_LIBVIRT}/usr/share/libvirt |