CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
3fc86c76d0312127082ecfd6263c1e40ba88d09e
[ports/opt-arm64.git] / python3-libxml2 / Pkgfile
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
7 name=python3-libxml2
8 version=2.9.12
9 release=1
10 source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz)
11
12 build () {
13 cd libxml2-$version/python
14 /usr/bin/python3 setup.py build
15 /usr/bin/python3 setup.py install --root=$PKG
16 }