# Maintainer: Stefan Husmann # Contributor: Andrea Scarpino # Contributor: Andreas Zwinkau # Contributor: Bjorn Lindeijer pkgname=python-pigment pkgver=0.3.12 pkgrel=1 pkgdesc="Pigment Python library and bindings" arch=('i686' 'x86_64') url="https://code.fluendo.com/pigment/trac" license=('GPL') depends=('python' 'pigment>=0.3.15' 'pygobject') options=('!libtool') source=(http://elisa.fluendo.com/static/download/pigment/pigment-python-$pkgver.tar.bz2) md5sums=('d5236f3fe5c94cbd52364d21ffa3e21c') build() { cd "$srcdir/pigment-python-$pkgver" ./configure --prefix=/usr make || return 1 make DESTDIR="$pkgdir" install }