pkgname=icc_examin pkgver=0.51 pkgrel=1 pkgdesc="ICC Examin is a colour management utility." url="http://oyranos.org/" arch=('i686' 'x86_64') makedepends=() depends=(ftgl fltk openicc oyranos) optdepends=(argyllcms) source=("http://prdownloads.sourceforge.net/oyranos/$pkgname-$pkgver.tar.bz2" "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/libXcm/files/libXcm-0.4.2-buildsystem.patch") license=('MIT') build() { cd "$srcdir/$pkgname-$pkgver" tail -n22 ../libXcm-0.4.2-buildsystem.patch | head -n11 - > ./buildsystem.patch patch -p1 < ./buildsystem.patch ./configure --prefix=/usr --enable-threads --enable-xft --enable-shared make make DESTDIR="$pkgdir" install } md5sums=('e2db40c31596ba2d08cd2612de496289' '176bb3341012c889d85230d6cb4f2bd0')