libofx: update to 0.9.14.
This commit is contained in:
parent
e6277ae1c7
commit
dbf03a5818
1 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'libofx'
|
||||
pkgname=libofx
|
||||
version=0.9.13
|
||||
version=0.9.14
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="opensp-devel libcurl-devel libxml++-devel"
|
||||
build_style="gnu-configure"
|
||||
configure_args="--with-opensp-includes=${XBPS_CROSS_BASE}/usr/include/OpenSP
|
||||
--with-opensp-libs=${XBPS_CROSS_BASE}/usr/lib"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://libofx.sourceforge.net"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="opensp-devel libcurl-devel libxml++-devel"
|
||||
short_desc="Parser and an API designed to allow applications to very easily support OFX command responses"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://libofx.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=57eaf97cddbaf82c24f26b8f5cf8b2fbfd4969c74500a2c9acc9082b83bcc0e4
|
||||
checksum=b82757bfa15b27c02fb39dfd017cdfe5af51a063ba15afe495dd1b7367ff290a
|
||||
|
||||
libofx-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue