New package: XQilla-2.3.3

This commit is contained in:
Leah Neukirchen 2017-07-11 15:11:53 +02:00
parent 35108c3cf4
commit d493c5d87b
3 changed files with 29 additions and 0 deletions

View File

@ -2804,3 +2804,4 @@ libnlopt.so.0 nlopt-2.4.2_1
libeb.so.16 libeb-4.3.3_1
libchipcard.so.6 libchipcard-5.0.4_1
libraqm.so.0 libraqm-0.2.0_1
libxqilla.so.3 XQilla-2.3.3_1

1
srcpkgs/XQilla-devel Symbolic link
View File

@ -0,0 +1 @@
XQilla

27
srcpkgs/XQilla/template Normal file
View File

@ -0,0 +1,27 @@
# Template file for 'XQilla'
pkgname=XQilla
version=2.3.3
revision=1
build_style=gnu-configure
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/${pkgname}-${version}.tar.gz"
checksum=8f76b9b4f966f315acc2a8e104e426d8a76ba4ea3441b0ecfdd1e39195674fd6
pre_configure() {
sed -i "/^LDFLAGS/s:$: $LDFLAGS:" Makefile.in
}
XQilla-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/*.a
}
}