[arch-commits] Commit in (libofx libofx/repos libofx/trunk libofx/trunk/PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Jan 19 17:26:27 UTC 2015
Date: Monday, January 19, 2015 @ 18:26:27
Author: andrea
Revision: 126234
extra2community: Moving libofx from extra to community
Added:
libofx/
libofx/repos/
libofx/trunk/
libofx/trunk/PKGBUILD
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Added: libofx/trunk/PKGBUILD
===================================================================
--- libofx/trunk/PKGBUILD (rev 0)
+++ libofx/trunk/PKGBUILD 2015-01-19 17:26:27 UTC (rev 126234)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="API for the OFX banking standard"
+arch=('i686' 'x86_64')
+url="http://libofx.sourceforge.net"
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8ea875cee16953166449de8ddd1b69fb181f61b')
+
+build() {
+ cd $pkgbase-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgbase-$pkgver
+ make check
+}
+
+package_libofx() {
+ options=('!docs')
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+package_libofx-doc() {
+ pkgdesc="Documention of the OFX banking standard API"
+ depends=()
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="$pkgdir" install-docDATA
+ make -C doc DESTDIR="$pkgdir" install
+}
Property changes on: libofx/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list