libofx: add package

This commit is contained in:
Enno Boland 2014-02-23 12:05:18 +01:00
parent f41b0c9221
commit 56f61719f2
2 changed files with 21 additions and 0 deletions

1
srcpkgs/libofx-devel Symbolic link
View File

@ -0,0 +1 @@
libofx

20
srcpkgs/libofx/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'libofx'
pkgname=libofx
version=0.9.9
revision=1
hostmakedepends="pkg-config"
makedepends="opensp-devel libcurl-devel libxml++-devel"
build_style="gnu-configure"
maintainer="Enno Boland <eb@s01.de>"
license="GPL"
homepage="http://libofx.sourceforge.net"
short_desc="libofx is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads."
distfiles="http://downloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
checksum=94ef88c5cdc3e307e473fa2a55d4a05da802ee2feb65c85c63b9019c83747b23
libofx-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
}
}