mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libvirt to 1.2.1-3
This commit is contained in:
parent
ed42af543f
commit
4ae4bed1c2
1 changed files with 12 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
pkgver=1.2.1
|
pkgver=1.2.1
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://libvirt.org/"
|
url="http://libvirt.org/"
|
||||||
|
@ -24,7 +24,8 @@ optdepends=('bridge-utils: for briged networking (default)'
|
||||||
'qemu'
|
'qemu'
|
||||||
'radvd'
|
'radvd'
|
||||||
'dmidecode'
|
'dmidecode'
|
||||||
'ebtables')
|
'ebtables'
|
||||||
|
'pm-utils: host power management')
|
||||||
options=('emptydirs')
|
options=('emptydirs')
|
||||||
backup=('etc/conf.d/libvirtd'
|
backup=('etc/conf.d/libvirtd'
|
||||||
'etc/conf.d/libvirt-guests'
|
'etc/conf.d/libvirt-guests'
|
||||||
|
@ -36,11 +37,18 @@ install="libvirt.install"
|
||||||
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
||||||
libvirtd.conf.d
|
libvirtd.conf.d
|
||||||
libvirtd-guests.conf.d
|
libvirtd-guests.conf.d
|
||||||
libvirt.tmpfiles.d)
|
libvirt.tmpfiles.d
|
||||||
|
"FS#38546.patch::http://libvirt.org/git/?p=libvirt.git;a=commitdiff_plain;h=7f0fd427413fe04963b1bcb158cf70e980ad1842")
|
||||||
md5sums=('cce374220f67895afb6331bd2ddedbfd'
|
md5sums=('cce374220f67895afb6331bd2ddedbfd'
|
||||||
'3ed0e24f5b5e25bf553f5427d64915e6'
|
'3ed0e24f5b5e25bf553f5427d64915e6'
|
||||||
'0a96ed876ffb1fcb9dff5a9b3a609c1e'
|
'0a96ed876ffb1fcb9dff5a9b3a609c1e'
|
||||||
'020971887442ebbf1b6949e031c8dd3f')
|
'020971887442ebbf1b6949e031c8dd3f'
|
||||||
|
'f579805e75956d32992c6934346ee740')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
patch -p1 <"$srcdir/FS#38546.patch"
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue