libofx: cross compilation support.

This commit is contained in:
Juan RP 2015-03-16 07:14:04 +01:00
parent ff235fdf46
commit ef0bf6c517
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
# Template file for 'libofx'
pkgname=libofx
version=0.9.10
revision=1
revision=2
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 <eb@s01.de>"
license="GPL"
homepage="http://libofx.sourceforge.net"