25 lines
711 B
Bash
25 lines
711 B
Bash
# Template file for 'XQilla'
|
|
pkgname=XQilla
|
|
version=2.3.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex"
|
|
configure_args="--with-xerces=${XBPS_CROSS_BASE}/usr"
|
|
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=adfd4df011fcda08be3f51771006da23e852bac81e2fe63159beddc3633b3f55
|
|
|
|
XQilla-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|