Advertisement
Guest User

Untitled

a guest
Nov 9th, 2010
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
  2. # Contributor: Andrea Scarpino <bash.lnx@gmail.com>
  3. # Contributor: Andreas Zwinkau <beza1e1@web.de>
  4. # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
  5.  
  6. pkgname=python-pigment
  7. pkgver=0.3.12
  8. pkgrel=1
  9. pkgdesc="Pigment Python library and bindings"
  10. arch=('i686' 'x86_64')
  11. url="https://code.fluendo.com/pigment/trac"
  12. license=('GPL')
  13. depends=('python' 'pigment>=0.3.15' 'pygobject')
  14. options=('!libtool')
  15. source=(http://launchpad.net/pigment-python/0.3/0.3.12/+download/pigment-python-0.3.12.tar.bz2)
  16. md5sums=('d5236f3fe5c94cbd52364d21ffa3e21c')
  17.  
  18. build() {
  19. cd "$srcdir/pigment-python-$pkgver"
  20. ./configure --prefix=/usr
  21. make || return 1
  22. make DESTDIR="$pkgdir" install
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement