1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
4 pkgname=shared-color-targets
7 pkgdesc="Shared color targets for creating color profiles"
8 url="https://github.com/hughsie/shared-color-targets"
10 license=(GPL CCPL:by-sa)
12 _commit=b6ea84551a9d51f3b07de9a2863b113ec8dc7303 # tags/SHARED_COLOR_TARGETS_0_1_7^0
13 source=("git+https://github.com/hughsie/shared-color-targets#commit=$_commit")
18 git describe --tags | sed 's/^SHARED_COLOR_TARGETS_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
23 NOCONFIGURE=1 ./autogen.sh
28 ./configure --prefix=/usr
33 make -C $pkgname check
38 make DESTDIR="$pkgdir" install
41 # vim:set sw=2 sts=-1 et: