void-packages/srcpkgs/aqbanking/template
2020-04-12 10:28:47 +02:00

32 lines
1,021 B
Bash

# Template file for 'aqbanking'
pkgname=aqbanking
version=6.1.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config gwenhywfar tar"
makedepends="gwenhywfar-devel xmlsec1-devel ktoblzcheck-devel gmp-devel"
short_desc="Library for online banking and financial applications"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only, GPL-3.0-only"
homepage="http://www.aquamaniac.de/aqbanking"
distfiles="https://www.aquamaniac.de/rdm/attachments/download/283/aqbanking-${version}.tar.gz"
checksum=f3c07a466de96e38b14df7b096304886c8b2b3921f41fd6ab47d3a6cd36431d9
disable_parallel_build=yes
if [ "$CROSS_BUILD" ]; then
export PKG_CONFIG_PATH=${XBPS_CROSS_BASE}/usr/lib/pkgconfig
configure_args+=" -with-xmlmerge=/usr/bin/xmlmerge"
fi
aqbanking-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin/aqbanking-config
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/aclocal
}
}