1 # Contributor: wido <widomaker2k7@gmail.com>
2 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
3 # Contributor: Andrea Scarpino <bash.lnx@gmail.com>
4 # Contributor: Andreas Zwinkau <beza1e1@web.de>
5 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
10 pkgdesc="Pigment Python library and bindings"
11 arch=('i686' 'x86_64')
12 url="https://code.fluendo.com/pigment/trac"
14 depends=('python2' 'pigment>=0.3.15' 'pygobject')
16 source=(http://elisa.fluendo.com/static/download/pigment/pigment-python-$pkgver.tar.gz)
18 md5sums=('dd42ce291be4d37d9a933c9e3cd71590')
20 cd "$srcdir/pigment-python-$pkgver"
21 ./configure --prefix=/usr
23 make DESTDIR="$pkgdir" install