2 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de>
5 pkgname=python2-ktoblzcheck
8 pkgdesc="A library to check account numbers and bank codes of German banks"
10 url="http://ktoblzcheck.sourceforge.net"
13 depends=('gcc-libs' 'python2')
15 conflicts=('ktoblzcheck')
16 source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz)
17 md5sums=('2bc5fd7b3d6785527f7f0ea565c35e29')
20 cd "$srcdir/ktoblzcheck-$pkgver"
21 PYTHON=/usr/bin/python2 ./configure --prefix=/usr
22 PYTHON=/usr/bin/python2 make
25 cd "$srcdir/ktoblzcheck-$pkgver"
26 PYTHON=/usr/bin/python2 make DESTDIR="$pkgdir" install