updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / kmm_kbanking / PKGBUILD
blob7bd9005b96b54e357bf9733f2ce7d89efd93d214
1 # Contributor: Jan Hambrecht <jaham at gmx dot net>
3 pkgname=kmm_kbanking
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="KBanking is the glue code needed to get the online banking features provided by AqBanking into KMyMoney"
7 arch=('i686' 'x86_64')
8 url="http://kmymoney2.sourceforge.net/plugins.html"
9 license=('GPL2')
10 depends=('kmymoney2' 'aqbanking')
11 source=("http://www2.aquamaniac.de/sites/download/download.php?package=05&release=09&file=01&dummy=kmm_kbanking-$pkgver.tar.gz")
12 md5sums=('44ba5beb6a2c5ba9aab2e201810e98a3')
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   ./configure --prefix=/opt/kde --without-arts
17   make || return 1
18   make DESTDIR=$startdir/pkg install