updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / python-pigment / PKGBUILD
blobe78dd7e92803312779605ea19d90bd62aa86712a
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>
7 pkgname=python-pigment
8 pkgver=0.3.12
9 pkgrel=2
10 pkgdesc="Pigment Python library and bindings"
11 arch=('i686' 'x86_64')
12 url="https://code.fluendo.com/pigment/trac"
13 license=('GPL')
14 depends=('python2' 'pigment>=0.3.15' 'pygobject')
15 options=('!libtool')
16 source=(http://elisa.fluendo.com/static/download/pigment/pigment-python-$pkgver.tar.gz)
18 md5sums=('dd42ce291be4d37d9a933c9e3cd71590')
19 build() {
20   cd "$srcdir/pigment-python-$pkgver"
21   ./configure --prefix=/usr
22   make || return 1
23   make DESTDIR="$pkgdir" install