1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: farid <farid@archlinux-br.org>
8 pkgdesc="Utility intended to build on the functionality of my old CMYK separation plugin for the GIMP."
10 url="http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool"
12 depends=('lcms' 'gtk2' 'netpbm' 'desktop-file-utils' 'hicolor-icon-theme')
14 install="$pkgname.install"
15 source=("http://www.blackfiveimaging.co.uk/cmyktool/$pkgname-$_v.tar.gz")
16 md5sums=('84f42d2039e095a93f9a1bee29032f6f')
19 cd "$srcdir/$pkgname-$_v"
21 ./configure --prefix=/usr
26 cd "$srcdir/$pkgname-$_v"
28 make DESTDIR="$pkgdir/" install