# Maintainer: Ionut Biru <ibiru@archlinux.org>

pkgname=shared-color-targets
pkgver=0.1.7
pkgrel=3
pkgdesc="Shared color targets for creating color profiles"
arch=('any')
url="https://github.com/hughsie/shared-color-targets"
license=('GPL2')
source=(https://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
sha1sums=('83ed1ba347c52401675f83b2c7d0b67034d3928a')


build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr
  make
}

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

# vim:set ts=2 sw=2 et:
