# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ # Maintainer: Jaroslav Lichtblau # Contributor: Hugo Ideler pkgname=pystatgrab pkgver=0.5 pkgrel=2 pkgdesc="Python bindings for libstatgrab." arch=('i686' 'x86_64') url="http://www.i-scream.org/pystatgrab" license=('GPL') depends=('python' 'libstatgrab') source=(ftp://ftp.uk.i-scream.org/pub/i-scream/pystatgrab/$pkgname-$pkgver.tar.gz) md5sums=('b7a3451ba682ebf167fcb43f1769a121') build() { cd "${srcdir}/$pkgname-$pkgver" python setup.py build python setup.py install --prefix="${pkgdir}/usr" }