mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libofx: update to 0.10.9
This commit is contained in:
parent
8b58862f00
commit
6015066cb2
1 changed files with 6 additions and 9 deletions
|
@ -1,28 +1,25 @@
|
||||||
# Template file for 'libofx'
|
# Template file for 'libofx'
|
||||||
pkgname=libofx
|
pkgname=libofx
|
||||||
version=0.10.1
|
version=0.10.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style=cmake
|
||||||
configure_args="--with-opensp-includes=${XBPS_CROSS_BASE}/usr/include/OpenSP
|
|
||||||
--with-opensp-libs=${XBPS_CROSS_BASE}/usr/lib"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="opensp-devel libcurl-devel libxml++-devel"
|
makedepends="opensp-devel libcurl-devel libxml++-devel"
|
||||||
short_desc="OFX banking protocol abstraction library"
|
short_desc="OFX banking protocol abstraction library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://libofx.sourceforge.net"
|
homepage="https://github.com/libofx/libofx"
|
||||||
changelog="https://raw.githubusercontent.com/libofx/libofx/master/NEWS"
|
changelog="https://raw.githubusercontent.com/libofx/libofx/master/NEWS"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/libofx/libofx/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=3bcc2c86b23dc11315a8ce0c9f20cc504fdc6147ea3a0385cb3e05768279c64d
|
checksum=ea9fa07759622ecc7f25b637fa8fb34d587af80607ca4389d25966a6a4f94ab9
|
||||||
|
|
||||||
libofx-devel_package() {
|
libofx-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/doc
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue