mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 1.1.0-2
This commit is contained in:
parent
b32e4fd6d8
commit
89c3a8a08a
1 changed files with 7 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=libvirt
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -36,11 +36,13 @@ install="libvirt.install"
|
|||
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
||||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d)
|
||||
libvirt.tmpfiles.d
|
||||
"storage-fix.patch::https://bugs.archlinux.org/index.php?getfile=10700")
|
||||
md5sums=('f980a84719033e9efca01048da505dfb'
|
||||
'3ed0e24f5b5e25bf553f5427d64915e6'
|
||||
'0a96ed876ffb1fcb9dff5a9b3a609c1e'
|
||||
'020971887442ebbf1b6949e031c8dd3f')
|
||||
'020971887442ebbf1b6949e031c8dd3f'
|
||||
'321f03bd626d2d24e816d5298c3bc3fe')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -52,6 +54,8 @@ build() {
|
|||
sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
|
||||
done
|
||||
|
||||
patch -p1 <$srcdir/storage-fix.patch
|
||||
|
||||
export LDFLAGS=-lX11
|
||||
export RADVD=/usr/bin/radvd
|
||||
[ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" --sbindir=/usr/bin \
|
||||
|
|
Loading…
Reference in a new issue