updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / cmyktool / PKGBUILD
blob5a806c5267cc6680b8c6b4b567a99c1e611970d4
1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: farid <farid@archlinux-br.org>
4 _v=0.1.6-pre1
5 pkgname=cmyktool
6 pkgver=0.1.6_pre1
7 pkgrel=1
8 pkgdesc="Utility intended to build on the functionality of my old CMYK separation plugin for the GIMP."
9 arch=('i686' 'x86_64')
10 url="http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool"
11 license=('GPL')
12 depends=('lcms' 'gtk2' 'netpbm' 'desktop-file-utils' 'hicolor-icon-theme')
13 makedepends=('gawk')
14 install="$pkgname.install"
15 source=("http://www.blackfiveimaging.co.uk/cmyktool/$pkgname-$_v.tar.gz")
16 md5sums=('84f42d2039e095a93f9a1bee29032f6f')
18 build() {
19   cd "$srcdir/$pkgname-$_v"
21   ./configure --prefix=/usr
22   make
25 package() {
26   cd "$srcdir/$pkgname-$_v"
28   make DESTDIR="$pkgdir/" install