mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
# description : Python bindings for libvirt
|
|
# homepage : https://libvirt.org/
|
|
# depends : python3 libvirt
|
|
|
|
name=libvirt-python
|
|
version=9.5.0
|
|
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
|
|
}
|
|
|