void-packages/srcpkgs/libxml2-python3/template
Michal Vasilek 03df8f0754 libxml2-python: remove package
* add python3 to dependencies of libxml2-python3
2022-01-10 23:33:38 +01:00

26 lines
727 B
Bash

# Template file for 'libxml2-python3'
pkgname=libxml2-python3
version=2.9.10
revision=5
wrksrc="libxml2-${version}"
build_wrksrc=python
build_style=python3-module
hostmakedepends="python3-devel"
makedepends="libxml2-devel python3-devel"
depends="python3"
short_desc="Library providing XML and HTML support - Python3 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
post_patch() {
if [ "${CROSS_BUILD}" ]; then
vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
fi
}
post_install() {
vlicense ../COPYING
}