summaryrefslogtreecommitdiff
path: root/community/pystatgrab/PKGBUILD
blob: 18a8af4fd3812073911ac548dbbd23f8a617dc84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 67748 2012-03-14 10:19:17Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>

pkgname=pystatgrab
pkgver=0.5
pkgrel=5
pkgdesc="Python bindings for libstatgrab"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.i-scream.org/pystatgrab"
license=('GPL')
depends=('python2' 'libstatgrab')
source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('b7a3451ba682ebf167fcb43f1769a121')

build() {
  cd ${srcdir}/$pkgname-$pkgver

  python2 setup.py build
  python2 setup.py install --prefix=${pkgdir}/usr
}