Don't like ads? PRO users don't see any ads ;-)
Guest

PKGBUILD for dispcalgui-0.5.8.1

By: a guest on Aug 20th, 2010  |  syntax: None  |  size: 0.70 KB  |  hits: 107  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Contributor: foxbunny <bg.branko@gmail.com>
  2. # Contributor: ganymede
  3.  
  4. pkgname=dispcalgui
  5. pkgver=0.5.8.1
  6. pkgrel=1
  7. pkgdesc="A GUI frontend for several utilities from the open source color management system Argyll CMS."
  8. arch=('i686' 'x86_64')
  9. url="http://hoech.net/dispcalGUI/"
  10. license=('GPL3')
  11. depends=('argyllcms' 'python' 'wxpython')
  12. optdepends=('python-numpy: to enable curve viewer')
  13. makedepends=('python' 'gcc' 'libx11' 'libxrandr' 'libxinerama' 'libxxf86vm')
  14. source=(http://dispcalgui.hoech.net/dispcalGUI-${pkgver}.tar.gz)
  15.  
  16. build() {
  17.   cd "${srcdir}"/dispcalGUI-${pkgver}
  18.   python setup.py install --root="${pkgdir}" --optimize=1 || return 1
  19. }
  20.  
  21. md5sums=('561055ded77a8e931669a087bbdfe2f3')