updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / python2-ktoblzcheck / PKGBUILD
blob4d96da89d477a9fba6514cdebaae0a5c735df727
1 # $Id$
2 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de>
5 pkgname=python2-ktoblzcheck
6 pkgver=1.31
7 pkgrel=1
8 pkgdesc="A library to check account numbers and bank codes of German banks"
9 arch=(i686 x86_64)
10 url="http://ktoblzcheck.sourceforge.net"
11 options=('!libtool')
12 license=("LGPL")
13 depends=('gcc-libs' 'python2')
14 optdepends=('perl')
15 conflicts=('ktoblzcheck')
16 source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz)
17 md5sums=('2bc5fd7b3d6785527f7f0ea565c35e29')
19 build() {
20   cd "$srcdir/ktoblzcheck-$pkgver"
21   PYTHON=/usr/bin/python2 ./configure  --prefix=/usr
22   PYTHON=/usr/bin/python2 make
24 package() {
25   cd "$srcdir/ktoblzcheck-$pkgver"
26    PYTHON=/usr/bin/python2 make DESTDIR="$pkgdir" install