CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3-libxml2: updated to 2.9.13
[ports/opt-arm64.git] / python3-libxml2 / Pkgfile
CommitLineData
4ffab2a3
VM
1# Description: Python bindings for the XML library version 2
2# URL: http://xmlsoft.org/
3# Maintainer: Juergen Daubert, jue at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: python3-setuptools libxml2
6
7name=python3-libxml2
fd91c6d6 8version=2.9.13
9e6aa889 9release=1
fd91c6d6 10source=(https://download.gnome.org/sources/libxml2/${version:0:3}/libxml2-$version.tar.xz)
4ffab2a3
VM
11
12build () {
13 cd libxml2-$version/python
4ffab2a3
VM
14 /usr/bin/python3 setup.py build
15 /usr/bin/python3 setup.py install --root=$PKG
16}