# $Id: PKGBUILD 40241 2011-02-22 13:26:21Z stephane $ # Maintainer: Sergej Pupykin # Contributor: Philipp Sandhaus pkgname=ktoblzcheck pkgver=1.31 pkgrel=1 pkgdesc="A library to check account numbers and bank codes of German banks" arch=(i686 x86_64 'mips64el') url="http://ktoblzcheck.sourceforge.net" options=('!libtool') license=("LGPL") depends=('gcc-libs' 'python') optdepends=('perl') source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz ktoblzcheck-python3.patch) md5sums=('2bc5fd7b3d6785527f7f0ea565c35e29' 'bf0d5e813aef4be426af5642ec4d524a') build() { cd "$srcdir/ktoblzcheck-$pkgver" ./configure --prefix=/usr patch -p1 <$srcdir/ktoblzcheck-python3.patch make } package() { cd "$srcdir/ktoblzcheck-$pkgver" make DESTDIR="$pkgdir" install }