summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e0ffddc5817f5f7b0eb94ce8481dea077617cc53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: robertfoster

pkgname=icc_examin
pkgver=0.56
pkgrel=1
pkgdesc="ICC Examin is a colour management utility."
url="http://oyranos.org/"
arch=('i686' 'x86_64')
depends=('ftgl' 'fltk' 'openicc' 'oyranos')
optdepends=(argyllcms cinepaint-oyranos)
source=("https://github.com/oyranos-cms/icc-examin/archive/$pkgver.tar.gz"
  configure_tests.patch)
license=('MIT')

build() {
  cd $srcdir/icc-examin-$pkgver
  unset LDFLAGS
  patch -Np0 <"$srcdir"/configure_tests.patch
  ./configure --prefix=/usr --enable-threads --enable-xft --enable-shared
  make
}

package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR=$pkgdir install
}

sha256sums=('f939184e2e0552956363cd370d1502db59215ca43008c20fbfe64c60fa247333'
            '139d137a39915036c7eca0ca5642b9d0651d9053936b9cda41e6e88cd3766316')