# Template file for 'libhubbub'
pkgname=libhubbub
version=0.3.8
revision=1
hostmakedepends="gperf perl pkg-config netsurf-buildsystem"
makedepends="libxslt-devel json-c-devel libparserutils-devel"
short_desc="HTML5 compliant parsing library, written in C"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.netsurf-browser.org"
distfiles="https://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz"
checksum=8ac1e6f5f3d48c05141d59391719534290c59cd029efc249eb4fdbac102cd5a5
CFLAGS="-Wno-error"

do_build() {
	make ${makejobs} COMPONENT_TYPE=lib-shared PREFIX=/usr
	make ${makejobs} COMPONENT_TYPE=lib-static PREFIX=/usr
}

do_install() {
	make COMPONENT_TYPE=lib-shared PREFIX=/usr DESTDIR=${DESTDIR} install
	make COMPONENT_TYPE=lib-static PREFIX=/usr DESTDIR=${DESTDIR} install

	vlicense COPYING
}

libhubbub-devel_package() {
	depends="libparserutils-devel>=0.2.0 ${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.a"
		vmove "usr/lib/*.so"
	}
}
