# Contributor: Hugo Ideler pkgname=pystatgrab pkgver=0.3 pkgrel=1 pkgdesc="A library that provides cross platform access to statistics about the system on which it's run" url="http://www.i-scream.org/pystatgrab" license="" depends=(libstatgrab) makedepends=() conflicts=() replaces=() backup=() install= source=(ftp://ftp.uk.i-scream.org/pub/i-scream/pystatgrab/$pkgname-$pkgver.tar.gz) md5sums=('42d7e8c2188590c869c72230098f10ec') build() { cd $startdir/src/$pkgname-$pkgver #python config_unix.py --prefix=$startdir/pkg/usr python setup.py build python setup.py install --prefix=$startdir/pkg/usr }