2022-07-30 14:39:45 -05:00
|
|
|
# Description: Python bindings for libvirt
|
|
|
|
# URL: https://libvirt.org/
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
|
|
# Depends on: python3 libvirt
|
|
|
|
|
|
|
|
name=libvirt-python
|
2024-01-24 18:12:03 -06:00
|
|
|
version=10.0.0
|
2022-07-30 14:39:45 -05:00
|
|
|
release=1
|
|
|
|
source=(https://libvirt.org/sources/python/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install --root $PKG
|
|
|
|
}
|