void-packages/srcpkgs/libxml2-python/template
Paper Mountain Studio 03bee9decc fix descriptions
[skip ci]
2020-01-17 19:30:37 +01:00

32 lines
871 B
Bash

# Template file for 'libxml2-python'
pkgname=libxml2-python
version=2.9.10
revision=2
wrksrc="${pkgname%-python}-${version}"
build_wrksrc=python
build_style=python-module
hostmakedepends="python-devel python3-devel"
makedepends="libxml2-devel python-devel python3-devel"
depends="python python3"
short_desc="Library providing XML and HTML support - Python2 bindings"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="http://www.xmlsoft.org/"
distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
pre_build() {
sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
}
post_install() {
vlicense ../COPYING
}
libxml2-python3_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense ../COPYING
}
}