mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
aqbanking: update to 6.5.4
This commit is contained in:
parent
2e4745c3e5
commit
8b58862f00
1 changed files with 16 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'aqbanking'
|
# Template file for 'aqbanking'
|
||||||
pkgname=aqbanking
|
pkgname=aqbanking
|
||||||
version=6.3.2
|
version=6.5.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config gwenhywfar tar"
|
hostmakedepends="automake libtool pkg-config gwenhywfar gwenhywfar-devel tar"
|
||||||
makedepends="gwenhywfar-devel xmlsec1-devel ktoblzcheck-devel gmp-devel"
|
makedepends="gwenhywfar-devel xmlsec1-devel gmp-devel"
|
||||||
short_desc="Library for online banking and financial applications"
|
short_desc="Library for online banking and financial applications"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only, GPL-3.0-only"
|
license="GPL-2.0-only, GPL-3.0-only"
|
||||||
homepage="https://www.aquamaniac.de/rdm/"
|
homepage="https://www.aquamaniac.de/rdm/"
|
||||||
distfiles="https://www.aquamaniac.de/rdm/attachments/download/386/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/aqbanking/aqbanking/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=a97ab42f7298cbb2617b2bda53ca51a2b0fe5f780bde098a39a5f4a3243e3418
|
checksum=66b13d7694c25d09511b77edc14262025a452dfd93359c7257826f0e4c60dc6b
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -18,6 +18,16 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -with-xmlmerge=/usr/bin/xmlmerge"
|
configure_args+=" -with-xmlmerge=/usr/bin/xmlmerge"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
make -f Makefile.cvs
|
||||||
|
make typedefs
|
||||||
|
make types
|
||||||
|
}
|
||||||
|
|
||||||
aqbanking-devel_package() {
|
aqbanking-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -25,6 +35,7 @@ aqbanking-devel_package() {
|
||||||
vmove usr/bin/aqbanking-config
|
vmove usr/bin/aqbanking-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue