summaryrefslogtreecommitdiffstats
path: root/abs/extra/shared-color-profiles/PKGBUILD
blob: be2aebe596d92f111de1c020c23b9dcb01acacaf (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
# $Id: PKGBUILD 144380 2011-12-05 12:55:18Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>

pkgname=shared-color-profiles
pkgver=0.1.5
pkgrel=1
pkgdesc="Shared color profiles are used in color management aware applications"
arch=('any')
url="http://github.com/hughsie/shared-color-profiles"
license=('GPL2')
source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.gz)
options=('!libtool')
sha1sums=('621a5bfe7466ab54a6b3e135fdd0580610f61163')


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: