
PKGBUILD for dispcalgui-0.5.8.1
By: a guest on
Aug 20th, 2010 | syntax:
None | size: 0.70 KB | hits: 107 | expires: Never
# Contributor: foxbunny <bg.branko@gmail.com>
# Contributor: ganymede
pkgname=dispcalgui
pkgver=0.5.8.1
pkgrel=1
pkgdesc="A GUI frontend for several utilities from the open source color management system Argyll CMS."
arch=('i686' 'x86_64')
url="http://hoech.net/dispcalGUI/"
license=('GPL3')
depends=('argyllcms' 'python' 'wxpython')
optdepends=('python-numpy: to enable curve viewer')
makedepends=('python' 'gcc' 'libx11' 'libxrandr' 'libxinerama' 'libxxf86vm')
source=(http://dispcalgui.hoech.net/dispcalGUI-${pkgver}.tar.gz)
build() {
cd "${srcdir}"/dispcalGUI-${pkgver}
python setup.py install --root="${pkgdir}" --optimize=1 || return 1
}
md5sums=('561055ded77a8e931669a087bbdfe2f3')