vp-build/srcpkgs/XQilla/template

25 lines
711 B
Bash

# Template file for 'XQilla'
pkgname=XQilla
version=2.3.4
revision=2
build_style=gnu-configure
configure_args="--with-xerces=${XBPS_CROSS_BASE}/usr"
hostmakedepends="flex"
makedepends="libxerces-c-devel"
short_desc="XQuery and XPath2 library and command line utility"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="http://xqilla.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/xqilla/XQilla-${version}.tar.gz"
checksum=292631791631fe2e7eb9727377335063a48f12611d641d0296697e0c075902eb
XQilla-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}