wok-next rev 21332
updated libvirt (4.3.0 -> 5.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 17:26:25 2019 +0100 (2019-12-12) |
parents | c9a66d0294e8 |
children | 130d0e010c89 |
files | libvirt/receipt |
line diff
1.1 --- a/libvirt/receipt Thu Dec 12 17:17:36 2019 +0100 1.2 +++ b/libvirt/receipt Thu Dec 12 17:26:25 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="libvirt" 1.7 -VERSION="4.3.0" 1.8 +VERSION="5.10.0" 1.9 CATEGORY="libs" 1.10 SHORT_DESC="API for controlling virtualization engines (openvz, kvm, qemu, \ 1.11 virtualbox, xen, etc.)" 1.12 @@ -12,45 +12,48 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="https://libvirt.org/sources/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="libx11-dev acl-dev attr-dev util-linux-blkid-dev curl-dev \ 1.17 -dbus-dev libdevmapper-dev fuse2-dev glusterfs-dev gnutls-dev netcf-dev \ 1.18 -libnl-dev parted-dev libpcap-dev libssh-dev libxml2-dev gettext-dev \ 1.19 -libpciaccess-dev libsasl cyrus-sasl-dev libtirpc-dev yajl-dev \ 1.20 -rpcsvc-proto lvm2-dev open-iscsi" 1.21 +BUILD_DEPENDS="acl-dev attr-dev curl-dev cyrus-sasl-dev dbus-dev fuse2-dev 1.22 + gettext-dev glusterfs-dev gnutls-dev libdevmapper-dev libnl-dev 1.23 + libpcap-dev libpciaccess-dev libsasl libssh-dev libtirpc-dev 1.24 + libx11-dev libxml2-dev lvm2-dev netcf-dev open-iscsi parted-dev 1.25 + perl rpcsvc-proto util-linux-blkid-dev yajl-dev" 1.26 SPLIT="$PACKAGE-dev" 1.27 1.28 -compile_rules() { 1.29 +compile_rules() 1.30 +{ 1.31 export LDFLAGS="$LDFLAGS -lX11" 1.32 1.33 - ./configure \ 1.34 - --prefix=/usr \ 1.35 - --libexec=/usr/lib/libvirt \ 1.36 - --sbindir=/usr/bin \ 1.37 - --with-storage-lvm \ 1.38 - --with-udev \ 1.39 - --without-hal \ 1.40 - --disable-static \ 1.41 - --with-storage-gluster \ 1.42 - --with-qemu-user=nobody \ 1.43 - --with-qemu-group=kvm \ 1.44 - --with-netcf \ 1.45 - --with-interface \ 1.46 - --with-lxc \ 1.47 - --with-storage-iscsi \ 1.48 - --with-storage-disk \ 1.49 + ./configure \ 1.50 + --prefix=/usr \ 1.51 + --libexec=/usr/lib/libvirt \ 1.52 + --sbindir=/usr/bin \ 1.53 + --with-storage-lvm \ 1.54 + --with-udev \ 1.55 + --without-hal \ 1.56 + --disable-static \ 1.57 + --with-storage-gluster \ 1.58 + --with-qemu-user=nobody \ 1.59 + --with-qemu-group=kvm \ 1.60 + --with-netcf \ 1.61 + --with-interface \ 1.62 + --with-lxc \ 1.63 + --with-storage-iscsi \ 1.64 + --with-storage-disk \ 1.65 $CONFIGURE_ARGS && 1.66 fix libtool && 1.67 make && 1.68 make install 1.69 } 1.70 1.71 -genpkg_rules() { 1.72 +genpkg_rules() 1.73 +{ 1.74 case $PACKAGE in 1.75 libvirt) 1.76 copy @std 1.77 - DEPENDS="acl dbus eudev fuse2 glusterfs libcurl libdevmapper \ 1.78 - libgnutls libnl libpcap libsasl libssh libssh2 libtirpc libxml2 \ 1.79 - netcf parted util-linux-blkid libpciaccess yajl" 1.80 + DEPENDS="acl dbus eudev fuse2 glusterfs libcurl libdevmapper 1.81 + libgnutls libnl libpcap libpciaccess libsasl libssh 1.82 + libssh2 libtirpc libxml2 netcf parted util-linux-blkid 1.83 + yajl" 1.84 CONFIG_FILES="/etc/libvirt/" 1.85 ;; 1.86 *-dev)