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
|
2023-08-24 23:03:40 +02:00
|
|
|
# Depends on: libvirt
|
2022-07-30 14:39:45 -05:00
|
|
|
|
|
|
|
name=libvirt-python
|
2023-08-02 23:20:14 -05:00
|
|
|
version=9.6.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
|
|
|
|
}
|