# Maintainer: farid # Contributor: SpepS pkgname=cmyktool pkgver=0.1.5_rc1 _pkgver=${pkgver/_/-} pkgrel=1 pkgdesc="Utility intended to build on the functionality of my old CMYK separation plugin for the GIMP." arch=('i686' 'x86_64') url="http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool" license=('GPL') depends=('hicolor-icon-theme' 'lcms' 'gtk2' 'netpbm') makedepends=('gawk') install="cmyktool.install" source=(http://www.blackfiveimaging.co.uk/cmyktool/${pkgname}-${_pkgver}.tar.gz) md5sums=('4d7755df15f3aef48916f30e0d16ea22') build() { cd "${srcdir}/${pkgname}-${_pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${_pkgver}" make DESTDIR="${pkgdir}" install }