opt/python3-libxml2/Pkgfile

16 lines
438 B
Plaintext
Raw Normal View History

# Description: Python bindings for the XML library version 2
2021-05-14 13:30:30 +02:00
# URL: http://xmlsoft.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: python3-setuptools libxml2
name=python3-libxml2
2022-05-09 14:36:48 +02:00
version=2.9.14
2021-05-14 13:30:30 +02:00
release=1
2022-02-22 12:46:07 +01:00
source=(https://download.gnome.org/sources/libxml2/${version:0:3}/libxml2-$version.tar.xz)
2021-05-14 13:30:30 +02:00
build() {
cd libxml2-$version/python
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG
}