CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
llvm: updated to 12.0.0
[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
8version=2.9.10
9release=2
10source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz
11 python3.9.patch)
12
13build () {
14 cd libxml2-$version/python
15 patch -p2 -i $SRC/python3.9.patch
16 /usr/bin/python3 setup.py build
17 /usr/bin/python3 setup.py install --root=$PKG
18}